Html Css Color HEX #CC6CC2 Orchid

📋 copy color: '#CC6CC2'

red 204 ◦ green 108 ◦ blue 194

#CC6CC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CC6CC2

Tints of Orchid #CC6CC2

RGB

 RED value IS 204 (80.08% from 255) = 40.32%

 GREEN value IS 108 (42.58% from 255) = 21.34%

 BLUE value IS 194 (76.17% from 255) = 38.34%

R = 40.32%
G = 21.34%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC6CC2 (or 0xCC6CC2) is known color: Orchid. HEX triplet: CC, 6C and C2. RGB value is (204,108,194). Sum of RGB (Red+Green+Blue) = 204+108+194=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CC2 is #33933D. Grayscale: #929292. Windows color (decimal): -3380030 or 12741836. OLE color: 12741836.

HSL color Cylindrical-coordinate representation of color #CC6CC2: hue angle of 306.25º 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 #CC6CC2 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 108 194 -
CMYK 0 0.47 0.05 0.2
HSL 306.25º 0.48% 0.61% -
HSV(B) 306.25º 0.47% 0.8% -
XYZ 40 27.46 54.23 -
YUV 146.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 204 108 194 0 0.47 0.05 0.2 306.25 0.48 0.61
Hex CC 6C C2 0 2F 5 14 132 30 3D
Octal 314 154 302 0 57 5 24 462 60 75
Binary 11001100 1101100 11000010 0 101111 101 10100 100110010 110000 111101

Color Harmonies of #CC6CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CC2

Black with #CC6CC2

Text Example


Text Example

White with #CC6CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CC2; }

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

 H1.HeaderClassName
 {
   color: #CC6CC2;
 }
 .AnyTagClassName
 {
   color: #CC6CC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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