Html Css Color HEX #C77EDE Orchid

📋 copy color: '#C77EDE'

red 199 ◦ green 126 ◦ blue 222

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

Shades of Orchid #C77EDE

Tints of Orchid #C77EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.59%

R = 36.38%
G = 23.03%
B = 40.59%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C77EDE (or 0xC77EDE) is known color: Orchid. HEX triplet: C7, 7E and DE. RGB value is (199,126,222). Sum of RGB (Red+Green+Blue) = 199+126+222=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #C77EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EDE is #388121. Grayscale: #9E9E9E. Windows color (decimal): -3703074 or 14581447. OLE color: 14581447.

HSL color Cylindrical-coordinate representation of color #C77EDE: hue angle of 285.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77EDE is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 126 222 -
CMYK 0.10 0.43 0 0.13
HSL 285.63º 0.59% 0.68% -
HSV(B) 285.63º 0.43% 0.87% -
XYZ 44.2 32.34 73.02 -
YUV 158.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 199 126 222 0.10 0.43 0 0.13 285.63 0.59 0.68
Hex C7 7E DE A 2B 0 D 11E 3B 44
Octal 307 176 336 12 53 0 15 436 73 104
Binary 11000111 1111110 11011110 1010 101011 0 1101 100011110 111011 1000100

Color Harmonies of #C77EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77EDE

Black with #C77EDE

Text Example


Text Example

White with #C77EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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