Html Css Color HEX #CC6DCD Orchid

📋 copy color: '#CC6DCD'

red 204 ◦ green 109 ◦ blue 205

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

Shades of Orchid #CC6DCD

Tints of Orchid #CC6DCD

RGB

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

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

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

R = 39.38%
G = 21.04%
B = 39.58%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC6DCD (or 0xCC6DCD) is known color: Orchid. HEX triplet: CC, 6D and CD. RGB value is (204,109,205). Sum of RGB (Red+Green+Blue) = 204+109+205=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DCD is #339232. Grayscale: #949494. Windows color (decimal): -3379763 or 13462988. OLE color: 13462988.

HSL color Cylindrical-coordinate representation of color #CC6DCD: hue angle of 299.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DCD is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 109 205 -
CMYK 0.00 0.47 0 0.20
HSL 299.38º 0.49% 0.62% -
HSV(B) 299.38º 0.47% 0.8% -
XYZ 41.39 28.18 61.02 -
YUV 148.35 159.97 167.69 -
System Red Green Blue C M Y K H S L
Decimal 204 109 205 0.00 0.47 0 0.20 299.38 0.49 0.62
Hex CC 6D CD 0 2F 0 14 12B 31 3E
Octal 314 155 315 0 57 0 24 453 61 76
Binary 11001100 1101101 11001101 0 101111 0 10100 100101011 110001 111110

Color Harmonies of #CC6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DCD

Black with #CC6DCD

Text Example


Text Example

White with #CC6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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