Html Css Color HEX #C77EDB Orchid

📋 copy color: '#C77EDB'

red 199 ◦ green 126 ◦ blue 219

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

Shades of Orchid #C77EDB

Tints of Orchid #C77EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 36.58%
G = 23.16%
B = 40.26%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C77EDB (or 0xC77EDB) is known color: Orchid. HEX triplet: C7, 7E and DB. RGB value is (199,126,219). Sum of RGB (Red+Green+Blue) = 199+126+219=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #C77EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EDB is #388124. Grayscale: #9E9E9E. Windows color (decimal): -3703077 or 14384839. OLE color: 14384839.

HSL color Cylindrical-coordinate representation of color #C77EDB: hue angle of 287.1º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77EDB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 126 219 -
CMYK 0.09 0.42 0 0.14
HSL 287.1º 0.56% 0.68% -
HSV(B) 287.1º 0.42% 0.86% -
XYZ 43.8 32.18 70.92 -
YUV 158.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 199 126 219 0.09 0.42 0 0.14 287.1 0.56 0.68
Hex C7 7E DB 9 2A 0 E 11F 38 44
Octal 307 176 333 11 52 0 16 437 70 104
Binary 11000111 1111110 11011011 1001 101010 0 1110 100011111 111000 1000100

Color Harmonies of #C77EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77EDB

Black with #C77EDB

Text Example


Text Example

White with #C77EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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