Html Css Color HEX #CC6DC0 Orchid

📋 copy color: '#CC6DC0'

red 204 ◦ green 109 ◦ blue 192

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

Shades of Orchid #CC6DC0

Tints of Orchid #CC6DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 40.4%
G = 21.58%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC6DC0 (or 0xCC6DC0) is known color: Orchid. HEX triplet: CC, 6D and C0. RGB value is (204,109,192). Sum of RGB (Red+Green+Blue) = 204+109+192=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DC0 is #33923F. Grayscale: #929292. Windows color (decimal): -3379776 or 12611020. OLE color: 12611020.

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

Color convert

RGB 204 109 192 -
CMYK 0 0.47 0.06 0.2
HSL 307.58º 0.48% 0.61% -
HSV(B) 307.58º 0.47% 0.8% -
XYZ 39.88 27.58 53.09 -
YUV 146.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 204 109 192 0 0.47 0.06 0.2 307.58 0.48 0.61
Hex CC 6D C0 0 2F 6 14 134 30 3D
Octal 314 155 300 0 57 6 24 464 60 75
Binary 11001100 1101101 11000000 0 101111 110 10100 100110100 110000 111101

Color Harmonies of #CC6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DC0

Black with #CC6DC0

Text Example


Text Example

White with #CC6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DC0; }

 p { color: rgb(204,109,192); }

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

background-color css

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

 a { background-color: rgb(204,109,192); }

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

border-color css

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

 span { border-color: rgb(204,109,192); }

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