Html Css Color HEX #CC7DD6 Orchid

📋 copy color: '#CC7DD6'

red 204 ◦ green 125 ◦ blue 214

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

Shades of Orchid #CC7DD6

Tints of Orchid #CC7DD6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.02%

 BLUE value IS 214 (83.98% from 255) = 39.41%

R = 37.57%
G = 23.02%
B = 39.41%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC7DD6 (or 0xCC7DD6) is known color: Orchid. HEX triplet: CC, 7D and D6. RGB value is (204,125,214). Sum of RGB (Red+Green+Blue) = 204+125+214=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC7DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DD6 is #338229. Grayscale: #9E9E9E. Windows color (decimal): -3375658 or 14056908. OLE color: 14056908.

HSL color Cylindrical-coordinate representation of color #CC7DD6: hue angle of 293.26º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7DD6 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 125 214 -
CMYK 0.05 0.42 0 0.16
HSL 293.26º 0.52% 0.66% -
HSV(B) 293.26º 0.42% 0.84% -
XYZ 44.37 32.36 67.53 -
YUV 158.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 204 125 214 0.05 0.42 0 0.16 293.26 0.52 0.66
Hex CC 7D D6 5 2A 0 10 125 34 42
Octal 314 175 326 5 52 0 20 445 64 102
Binary 11001100 1111101 11010110 101 101010 0 10000 100100101 110100 1000010

Color Harmonies of #CC7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DD6

Black with #CC7DD6

Text Example


Text Example

White with #CC7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DD6; }

 p { color: rgb(204,125,214); }

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

background-color css

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

 a { background-color: rgb(204,125,214); }

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

border-color css

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

 span { border-color: rgb(204,125,214); }

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