Html Css Color HEX #C77DD6 Orchid

📋 copy color: '#C77DD6'

red 199 ◦ green 125 ◦ blue 214

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

Shades of Orchid #C77DD6

Tints of Orchid #C77DD6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.23%

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

R = 36.99%
G = 23.23%
B = 39.78%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C77DD6 (or 0xC77DD6) is known color: Orchid. HEX triplet: C7, 7D and D6. RGB value is (199,125,214). Sum of RGB (Red+Green+Blue) = 199+125+214=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #C77DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DD6 is #388229. Grayscale: #9C9C9C. Windows color (decimal): -3703338 or 14056903. OLE color: 14056903.

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

Color convert

RGB 199 125 214 -
CMYK 0.07 0.42 0 0.16
HSL 289.89º 0.52% 0.66% -
HSV(B) 289.89º 0.42% 0.84% -
XYZ 43.02 31.66 67.46 -
YUV 157.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 199 125 214 0.07 0.42 0 0.16 289.89 0.52 0.66
Hex C7 7D D6 7 2A 0 10 122 34 42
Octal 307 175 326 7 52 0 20 442 64 102
Binary 11000111 1111101 11010110 111 101010 0 10000 100100010 110100 1000010

Color Harmonies of #C77DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DD6

Black with #C77DD6

Text Example


Text Example

White with #C77DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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