Html Css Color HEX #C77ECC Orchid

📋 copy color: '#C77ECC'

red 199 ◦ green 126 ◦ blue 204

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

Shades of Orchid #C77ECC

Tints of Orchid #C77ECC

RGB

 RED value IS 199 (78.13% from 255) = 37.62%

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

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

R = 37.62%
G = 23.82%
B = 38.56%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C77ECC (or 0xC77ECC) is known color: Orchid. HEX triplet: C7, 7E and CC. RGB value is (199,126,204). Sum of RGB (Red+Green+Blue) = 199+126+204=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #C77ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ECC is #388133. Grayscale: #9C9C9C. Windows color (decimal): -3703092 or 13401799. OLE color: 13401799.

HSL color Cylindrical-coordinate representation of color #C77ECC: hue angle of 296.15º 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 #C77ECC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 126 204 -
CMYK 0.02 0.38 0 0.2
HSL 296.15º 0.43% 0.65% -
HSV(B) 296.15º 0.38% 0.8% -
XYZ 41.91 31.42 60.98 -
YUV 156.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 199 126 204 0.02 0.38 0 0.2 296.15 0.43 0.65
Hex C7 7E CC 2 26 0 14 128 2B 41
Octal 307 176 314 2 46 0 24 450 53 101
Binary 11000111 1111110 11001100 10 100110 0 10100 100101000 101011 1000001

Color Harmonies of #C77ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77ECC

Black with #C77ECC

Text Example


Text Example

White with #C77ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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