#CF79CD

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

Shades of Orchid #CF79CD

Tints of Orchid #CF79CD

Color information

#CF79CD (or 0xCF79CD) is unknown color: approx Orchid. HEX triplet: CF, 79 and CD. RGB value is (207,121,205). Sum of RGB (Red+Green+Blue) = 207+121+205=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79CD is #308632. Grayscale: #9C9C9C. Windows color (decimal): -3180083 or 13466063. OLE color: 13466063.

HSL color Cylindrical-coordinate representation of color #CF79CD: hue angle of 301.4º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF79CD is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207121205-
CMYK00.420.010.19
HSL301.4º47.25%64.31%-
HSV(B)301.4º41.55%81.18%-
XYZ43.5931.3561.51-
YUV156.29155.49164.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 121 (47.66% from 255) = 22.70%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=38.84%
G=22.70%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712120500.420.010.19301.447.2564.31
HexCF79CD02A11312d2f40
Octal31717131505212345557100
Binary1100111111110011100110101010101100111001011011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF79CD; }

 p { color: rgb(207,121,205); }

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

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

 a { background-color: rgb(207,121,205); }

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

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

 span { border-color: rgb(207,121,205); }

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