#CF3DF4

Color #CF3DF4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CF3DF4

Tints of Medium Orchid #CF3DF4

Color information

#CF3DF4 (or 0xCF3DF4) is unknown color: approx Medium Orchid. HEX triplet: CF, 3D and F4. RGB value is (207,61,244). Sum of RGB (Red+Green+Blue) = 207+61+244=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF3DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3DF4 is #30C20B. Grayscale: #7C7C7C. Windows color (decimal): -3195404 or 16006607. OLE color: 16006607.

HSL color Cylindrical-coordinate representation of color #CF3DF4: hue angle of 287.87º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3DF4 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20761244-
CMYK0.150.7500.04
HSL287.87º89.27%59.8%-
HSV(B)287.87º75%95.69%-
XYZ43.7323.1387.75-
YUV125.52194.87186.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 61 (24.22% from 255) = 11.91%
BLUE value IS 244 (95.70% from 255) = 47.66%
R=40.43%
G=11.91%
B=47.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal207612440.150.7500.04287.8789.2759.8
HexCF3DF4F4B04120593c
Octal31775364171130444013174
Binary11001111111101111101001111100101101001001000001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3DF4; }

 p { color: rgb(207,61,244); }

 H1.HeaderClassName
 {
   color: #CF3DF4;
 }
 .AnyTagClassName
 {
   color: #CF3DF4;
 }
</style>
background-color css

<style>
 a { background-color: #CF3DF4; }

 a { background-color: rgb(207,61,244); }

 div.DivClassName
 {
   background-color: #CF3DF4;
 }
 .BgClassName
 {
   background-color: #CF3DF4;
 }
</style>
border-color css

<style>
 span { border-color: #CF3DF4; }

 span { border-color: rgb(207,61,244); }

 td.TdClassName
 {
   border-color: #CF3DF4;
 }
 .TagClassName
 {
   border-color: #CF3DF4;
 }
</style>