#CF6CC7

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

Shades of Orchid #CF6CC7

Tints of Orchid #CF6CC7

Color information

#CF6CC7 (or 0xCF6CC7) is unknown color: approx Orchid. HEX triplet: CF, 6C and C7. RGB value is (207,108,199). Sum of RGB (Red+Green+Blue) = 207+108+199=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CC7 is #309338. Grayscale: #939393. Windows color (decimal): -3183417 or 13069519. OLE color: 13069519.

HSL color Cylindrical-coordinate representation of color #CF6CC7: hue angle of 304.85º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6CC7 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207108199-
CMYK00.480.040.19
HSL304.85º50.77%61.76%-
HSV(B)304.85º47.83%81.18%-
XYZ41.428.1157.28-
YUV147.98156.8170.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 108 (42.58% from 255) = 21.01%
BLUE value IS 199 (78.12% from 255) = 38.72%
R=40.27%
G=21.01%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710819900.480.040.19304.8550.7761.76
HexCF6CC7030413131333e
Octal3171543070604234616376
Binary11001111110110011000111011000010010011100110001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6CC7; }

 p { color: rgb(207,108,199); }

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

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

 a { background-color: rgb(207,108,199); }

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

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

 span { border-color: rgb(207,108,199); }

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