Html Css Color HEX #C77ED6 Orchid

📋 copy color: '#C77ED6'

red 199 ◦ green 126 ◦ blue 214

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

Shades of Orchid #C77ED6

Tints of Orchid #C77ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.7%

R = 36.92%
G = 23.38%
B = 39.7%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C77ED6 (or 0xC77ED6) is known color: Orchid. HEX triplet: C7, 7E and D6. RGB value is (199,126,214). Sum of RGB (Red+Green+Blue) = 199+126+214=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #C77ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ED6 is #388129. Grayscale: #9D9D9D. Windows color (decimal): -3703082 or 14057159. OLE color: 14057159.

HSL color Cylindrical-coordinate representation of color #C77ED6: hue angle of 289.77º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77ED6 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 126 214 -
CMYK 0.07 0.41 0 0.16
HSL 289.77º 0.52% 0.67% -
HSV(B) 289.77º 0.41% 0.84% -
XYZ 43.15 31.92 67.5 -
YUV 157.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 199 126 214 0.07 0.41 0 0.16 289.77 0.52 0.67
Hex C7 7E D6 7 29 0 10 122 34 43
Octal 307 176 326 7 51 0 20 442 64 103
Binary 11000111 1111110 11010110 111 101001 0 10000 100100010 110100 1000011

Color Harmonies of #C77ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77ED6

Black with #C77ED6

Text Example


Text Example

White with #C77ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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