Html Css Color HEX #CC6AD5 Orchid

📋 copy color: '#CC6AD5'

red 204 ◦ green 106 ◦ blue 213

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

Shades of Orchid #CC6AD5

Tints of Orchid #CC6AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.27%

 BLUE value IS 213 (83.59% from 255) = 40.73%

R = 39.01%
G = 20.27%
B = 40.73%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC6AD5 (or 0xCC6AD5) is known color: Orchid. HEX triplet: CC, 6A and D5. RGB value is (204,106,213). Sum of RGB (Red+Green+Blue) = 204+106+213=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC6AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AD5 is #33952A. Grayscale: #939393. Windows color (decimal): -3380523 or 13986508. OLE color: 13986508.

HSL color Cylindrical-coordinate representation of color #CC6AD5: hue angle of 294.95º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6AD5 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 106 213 -
CMYK 0.04 0.50 0 0.16
HSL 294.95º 0.56% 0.63% -
HSV(B) 294.95º 0.5% 0.84% -
XYZ 42.07 27.95 66.13 -
YUV 147.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 204 106 213 0.04 0.50 0 0.16 294.95 0.56 0.63
Hex CC 6A D5 4 32 0 10 127 38 3F
Octal 314 152 325 4 62 0 20 447 70 77
Binary 11001100 1101010 11010101 100 110010 0 10000 100100111 111000 111111

Color Harmonies of #CC6AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6AD5

Black with #CC6AD5

Text Example


Text Example

White with #CC6AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6AD5; }

 p { color: rgb(204,106,213); }

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

background-color css

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

 a { background-color: rgb(204,106,213); }

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

border-color css

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

 span { border-color: rgb(204,106,213); }

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