Html Css Color HEX #C77ECE Orchid

📋 copy color: '#C77ECE'

red 199 ◦ green 126 ◦ blue 206

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

Shades of Orchid #C77ECE

Tints of Orchid #C77ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 37.48%
G = 23.73%
B = 38.79%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C77ECE (or 0xC77ECE) is known color: Orchid. HEX triplet: C7, 7E and CE. RGB value is (199,126,206). Sum of RGB (Red+Green+Blue) = 199+126+206=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #C77ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ECE is #388131. Grayscale: #9C9C9C. Windows color (decimal): -3703090 or 13532871. OLE color: 13532871.

HSL color Cylindrical-coordinate representation of color #C77ECE: hue angle of 294.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77ECE is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 126 206 -
CMYK 0.03 0.39 0 0.19
HSL 294.75º 0.45% 0.65% -
HSV(B) 294.75º 0.39% 0.81% -
XYZ 42.15 31.52 62.25 -
YUV 156.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 199 126 206 0.03 0.39 0 0.19 294.75 0.45 0.65
Hex C7 7E CE 3 27 0 13 127 2D 41
Octal 307 176 316 3 47 0 23 447 55 101
Binary 11000111 1111110 11001110 11 100111 0 10011 100100111 101101 1000001

Color Harmonies of #C77ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77ECE

Black with #C77ECE

Text Example


Text Example

White with #C77ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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