Html Css Color HEX #C77EC9 Orchid

📋 copy color: '#C77EC9'

red 199 ◦ green 126 ◦ blue 201

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

Shades of Orchid #C77EC9

Tints of Orchid #C77EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.21%

R = 37.83%
G = 23.95%
B = 38.21%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C77EC9 (or 0xC77EC9) is known color: Orchid. HEX triplet: C7, 7E and C9. RGB value is (199,126,201). Sum of RGB (Red+Green+Blue) = 199+126+201=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #C77EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EC9 is #388136. Grayscale: #9C9C9C. Windows color (decimal): -3703095 or 13205191. OLE color: 13205191.

HSL color Cylindrical-coordinate representation of color #C77EC9: hue angle of 298.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77EC9 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 126 201 -
CMYK 0.01 0.37 0 0.21
HSL 298.4º 0.41% 0.64% -
HSV(B) 298.4º 0.37% 0.79% -
XYZ 41.56 31.28 59.11 -
YUV 156.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 199 126 201 0.01 0.37 0 0.21 298.4 0.41 0.64
Hex C7 7E C9 1 25 0 15 12A 29 40
Octal 307 176 311 1 45 0 25 452 51 100
Binary 11000111 1111110 11001001 1 100101 0 10101 100101010 101001 1000000

Color Harmonies of #C77EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77EC9

Black with #C77EC9

Text Example


Text Example

White with #C77EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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