#CF6CC6

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

Shades of Orchid #CF6CC6

Tints of Orchid #CF6CC6

Color information

#CF6CC6 (or 0xCF6CC6) is unknown color: approx Orchid. HEX triplet: CF, 6C and C6. RGB value is (207,108,198). Sum of RGB (Red+Green+Blue) = 207+108+198=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CC6 is #309339. Grayscale: #939393. Windows color (decimal): -3183418 or 13003983. OLE color: 13003983.

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

Color convert

RGB207108198-
CMYK00.480.040.19
HSL305.45º50.77%61.76%-
HSV(B)305.45º47.83%81.18%-
XYZ41.2928.0756.67-
YUV147.86156.3170.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 108 (42.58% from 255) = 21.05%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=40.35%
G=21.05%
B=38.60%

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
Decimal20710819800.480.040.19305.4550.7761.76
HexCF6CC6030413131333e
Octal3171543060604234616376
Binary11001111110110011000110011000010010011100110001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6CC6; }

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

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

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

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

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

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

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

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