Html Css Color HEX #CC7ECD Orchid

📋 copy color: '#CC7ECD'

red 204 ◦ green 126 ◦ blue 205

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

Shades of Orchid #CC7ECD

Tints of Orchid #CC7ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.55%

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

R = 38.13%
G = 23.55%
B = 38.32%

CMYK

 C value IS 0.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC7ECD (or 0xCC7ECD) is known color: Orchid. HEX triplet: CC, 7E and CD. RGB value is (204,126,205). Sum of RGB (Red+Green+Blue) = 204+126+205=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC7ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ECD is #338132. Grayscale: #9E9E9E. Windows color (decimal): -3375411 or 13467340. OLE color: 13467340.

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

Color convert

RGB 204 126 205 -
CMYK 0.00 0.39 0 0.20
HSL 299.24º 0.44% 0.65% -
HSV(B) 299.24º 0.39% 0.8% -
XYZ 43.38 32.17 61.68 -
YUV 158.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 204 126 205 0.00 0.39 0 0.20 299.24 0.44 0.65
Hex CC 7E CD 0 27 0 14 12B 2C 41
Octal 314 176 315 0 47 0 24 453 54 101
Binary 11001100 1111110 11001101 0 100111 0 10100 100101011 101100 1000001

Color Harmonies of #CC7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7ECD

Black with #CC7ECD

Text Example


Text Example

White with #CC7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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