Html Css Color HEX #C77EDD Orchid

📋 copy color: '#C77EDD'

red 199 ◦ green 126 ◦ blue 221

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

Shades of Orchid #C77EDD

Tints of Orchid #C77EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 36.45%
G = 23.08%
B = 40.48%

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

#C77EDD (or 0xC77EDD) is known color: Orchid. HEX triplet: C7, 7E and DD. RGB value is (199,126,221). Sum of RGB (Red+Green+Blue) = 199+126+221=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C77EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EDD is #388122. Grayscale: #9E9E9E. Windows color (decimal): -3703075 or 14515911. OLE color: 14515911.

HSL color Cylindrical-coordinate representation of color #C77EDD: hue angle of 286.11º degrees, saturation: 0.58, 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 #C77EDD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 126 221 -
CMYK 0.10 0.43 0 0.13
HSL 286.11º 0.58% 0.68% -
HSV(B) 286.11º 0.43% 0.87% -
XYZ 44.07 32.28 72.32 -
YUV 158.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 199 126 221 0.10 0.43 0 0.13 286.11 0.58 0.68
Hex C7 7E DD A 2B 0 D 11E 3A 44
Octal 307 176 335 12 53 0 15 436 72 104
Binary 11000111 1111110 11011101 1010 101011 0 1101 100011110 111010 1000100

Color Harmonies of #C77EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77EDD

Black with #C77EDD

Text Example


Text Example

White with #C77EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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