#cc6fc5

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

Shades of Orchid #CC6FC5

Tints of Orchid #CC6FC5

Color information

#CC6FC5 (or 0xCC6FC5) is unknown color: approx Orchid. HEX triplet: CC, 6F and C5. RGB value is (204,111,197). Sum of RGB (Red+Green+Blue) = 204+111+197=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FC5 is #33903A. Grayscale: #949494. Windows color (decimal): -3379259 or 12939212. OLE color: 12939212.

HSL color Cylindrical-coordinate representation of color #CC6FC5: hue angle of 304.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6FC5 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204111197-
CMYK00.460.030.2
HSL304.52º47.69%61.76%-
HSV(B)304.52º45.59%80%-
XYZ40.6628.2456.13-
YUV148.61155.31167.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 197 (77.34% from 255) = 38.48%
R=39.84%
G=21.68%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411119700.460.030.2304.5247.6961.76
HexCC6FC502E314131303e
Octal3141573050563244616076
Binary1100110011011111100010101011101110100100110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6fc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6fc5; }

 p { color: rgb(204,111,197); }

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

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

 a { background-color: rgb(204,111,197); }

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

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

 span { border-color: rgb(204,111,197); }

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