Html Css Color HEX #CC7ECC Orchid

📋 copy color: '#CC7ECC'

red 204 ◦ green 126 ◦ blue 204

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

Shades of Orchid #CC7ECC

Tints of Orchid #CC7ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 38.2%
G = 23.6%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC7ECC (or 0xCC7ECC) is known color: Orchid. HEX triplet: CC, 7E and CC. RGB value is (204,126,204). Sum of RGB (Red+Green+Blue) = 204+126+204=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ECC is #338133. Grayscale: #9D9D9D. Windows color (decimal): -3375412 or 13401804. OLE color: 13401804.

HSL color Cylindrical-coordinate representation of color #CC7ECC: hue angle of 300º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7ECC is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 126 204 -
CMYK 0 0.38 0 0.2
HSL 300º 0.43% 0.65% -
HSV(B) 300º 0.38% 0.8% -
XYZ 43.26 32.12 61.05 -
YUV 158.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 204 126 204 0 0.38 0 0.2 300 0.43 0.65
Hex CC 7E CC 0 26 0 14 12C 2B 41
Octal 314 176 314 0 46 0 24 454 53 101
Binary 11001100 1111110 11001100 0 100110 0 10100 100101100 101011 1000001

Color Harmonies of #CC7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7ECC

Black with #CC7ECC

Text Example


Text Example

White with #CC7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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