#CF74CC

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

Shades of Orchid #CF74CC

Tints of Orchid #CF74CC

Color information

#CF74CC (or 0xCF74CC) is unknown color: approx Orchid. HEX triplet: CF, 74 and CC. RGB value is (207,116,204). Sum of RGB (Red+Green+Blue) = 207+116+204=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74CC is #308B33. Grayscale: #989898. Windows color (decimal): -3181364 or 13399247. OLE color: 13399247.

HSL color Cylindrical-coordinate representation of color #CF74CC: hue angle of 301.98º 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 #CF74CC is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207116204-
CMYK00.440.010.19
HSL301.98º48.66%63.33%-
HSV(B)301.98º43.96%81.18%-
XYZ42.8830.1260.68-
YUV153.24156.65166.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 116 (45.70% from 255) = 22.01%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=39.28%
G=22.01%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711620400.440.010.19301.9848.6663.33
HexCF74CC02C11312e313f
Octal3171643140541234566177
Binary110011111110100110011000101100110011100101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF74CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF74CC; }

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

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

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

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

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

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

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

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