#CF75E4

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

Shades of Orchid #CF75E4

Tints of Orchid #CF75E4

Color information

#CF75E4 (or 0xCF75E4) is unknown color: approx Orchid. HEX triplet: CF, 75 and E4. RGB value is (207,117,228). Sum of RGB (Red+Green+Blue) = 207+117+228=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF75E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75E4 is #308A1B. Grayscale: #9C9C9C. Windows color (decimal): -3181084 or 14972367. OLE color: 14972367.

HSL color Cylindrical-coordinate representation of color #CF75E4: hue angle of 288.65º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF75E4 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207117228-
CMYK0.090.4900.11
HSL288.65º67.27%67.65%-
HSV(B)288.65º48.68%89.41%-
XYZ46.131.5977.07-
YUV156.56168.32163.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 117 (46.09% from 255) = 21.20%
BLUE value IS 228 (89.45% from 255) = 41.30%
R=37.5%
G=21.20%
B=41.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071172280.090.4900.11288.6567.2767.65
HexCF75E49310B1214344
Octal3171653441161013441103104
Binary1100111111101011110010010011100010101110010000110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75E4; }

 p { color: rgb(207,117,228); }

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

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

 a { background-color: rgb(207,117,228); }

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

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

 span { border-color: rgb(207,117,228); }

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