Html Css Color HEX #CC6ACD Orchid

📋 copy color: '#CC6ACD'

red 204 ◦ green 106 ◦ blue 205

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

Shades of Orchid #CC6ACD

Tints of Orchid #CC6ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 39.61%
G = 20.58%
B = 39.81%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC6ACD (or 0xCC6ACD) is known color: Orchid. HEX triplet: CC, 6A and CD. RGB value is (204,106,205). Sum of RGB (Red+Green+Blue) = 204+106+205=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC6ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ACD is #339532. Grayscale: #929292. Windows color (decimal): -3380531 or 13462220. OLE color: 13462220.

HSL color Cylindrical-coordinate representation of color #CC6ACD: hue angle of 299.39º degrees, saturation: 0.5, 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 #CC6ACD is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 106 205 -
CMYK 0.00 0.48 0 0.20
HSL 299.39º 0.5% 0.61% -
HSV(B) 299.39º 0.48% 0.8% -
XYZ 41.08 27.55 60.91 -
YUV 146.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 204 106 205 0.00 0.48 0 0.20 299.39 0.5 0.61
Hex CC 6A CD 0 30 0 14 12B 32 3D
Octal 314 152 315 0 60 0 24 453 62 75
Binary 11001100 1101010 11001101 0 110000 0 10100 100101011 110010 111101

Color Harmonies of #CC6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6ACD

Black with #CC6ACD

Text Example


Text Example

White with #CC6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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