#CF74C8

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

Shades of Orchid #CF74C8

Tints of Orchid #CF74C8

Color information

#CF74C8 (or 0xCF74C8) is unknown color: approx Orchid. HEX triplet: CF, 74 and C8. RGB value is (207,116,200). Sum of RGB (Red+Green+Blue) = 207+116+200=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74C8 is #308B37. Grayscale: #989898. Windows color (decimal): -3181368 or 13137103. OLE color: 13137103.

HSL color Cylindrical-coordinate representation of color #CF74C8: hue angle of 304.62º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF74C8 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207116200-
CMYK00.440.030.19
HSL304.62º48.66%63.33%-
HSV(B)304.62º43.96%81.18%-
XYZ42.429.9358.19-
YUV152.79154.65166.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=39.58%
G=22.18%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711620000.440.030.19304.6248.6663.33
HexCF74C802C313131313f
Octal3171643100543234616177
Binary1100111111101001100100001011001110011100110001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF74C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF74C8; }

 p { color: rgb(207,116,200); }

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

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

 a { background-color: rgb(207,116,200); }

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

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

 span { border-color: rgb(207,116,200); }

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