Html Css Color HEX #CC6BC2 Orchid

📋 copy color: '#CC6BC2'

red 204 ◦ green 107 ◦ blue 194

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

Shades of Orchid #CC6BC2

Tints of Orchid #CC6BC2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.19%

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

R = 40.4%
G = 21.19%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC6BC2 (or 0xCC6BC2) is known color: Orchid. HEX triplet: CC, 6B and C2. RGB value is (204,107,194). Sum of RGB (Red+Green+Blue) = 204+107+194=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BC2 is #33943D. Grayscale: #919191. Windows color (decimal): -3380286 or 12741580. OLE color: 12741580.

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

Color convert

RGB 204 107 194 -
CMYK 0 0.48 0.05 0.2
HSL 306.19º 0.49% 0.61% -
HSV(B) 306.19º 0.48% 0.8% -
XYZ 39.9 27.25 54.2 -
YUV 145.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 204 107 194 0 0.48 0.05 0.2 306.19 0.49 0.61
Hex CC 6B C2 0 30 5 14 132 31 3D
Octal 314 153 302 0 60 5 24 462 61 75
Binary 11001100 1101011 11000010 0 110000 101 10100 100110010 110001 111101

Color Harmonies of #CC6BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BC2

Black with #CC6BC2

Text Example


Text Example

White with #CC6BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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