#CC6CC1

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

Shades of Orchid #CC6CC1

Tints of Orchid #CC6CC1

Color information

#CC6CC1 (or 0xCC6CC1) is unknown color: approx Orchid. HEX triplet: CC, 6C and C1. RGB value is (204,108,193). Sum of RGB (Red+Green+Blue) = 204+108+193=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CC1 is #33933E. Grayscale: #929292. Windows color (decimal): -3380031 or 12676300. OLE color: 12676300.

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

Color convert

RGB204108193-
CMYK00.470.050.2
HSL306.88º48.48%61.18%-
HSV(B)306.88º47.06%80%-
XYZ39.8927.4153.64-
YUV146.39154.3169.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 108 (42.58% from 255) = 21.39%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=40.40%
G=21.39%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410819300.470.050.2306.8848.4861.18
HexCC6CC102F514133303d
Octal3141543010575244636075
Binary11001100110110011000001010111110110100100110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6CC1; }

 p { color: rgb(204,108,193); }

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

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

 a { background-color: rgb(204,108,193); }

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

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

 span { border-color: rgb(204,108,193); }

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