Html Css Color HEX #C77BD8 Orchid

📋 copy color: '#C77BD8'

red 199 ◦ green 123 ◦ blue 216

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

Shades of Orchid #C77BD8

Tints of Orchid #C77BD8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.86%

 BLUE value IS 216 (84.77% from 255) = 40.15%

R = 36.99%
G = 22.86%
B = 40.15%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C77BD8 (or 0xC77BD8) is known color: Orchid. HEX triplet: C7, 7B and D8. RGB value is (199,123,216). Sum of RGB (Red+Green+Blue) = 199+123+216=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #C77BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BD8 is #388427. Grayscale: #9C9C9C. Windows color (decimal): -3703848 or 14187463. OLE color: 14187463.

HSL color Cylindrical-coordinate representation of color #C77BD8: hue angle of 289.03º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77BD8 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 123 216 -
CMYK 0.08 0.43 0 0.15
HSL 289.03º 0.54% 0.66% -
HSV(B) 289.03º 0.43% 0.85% -
XYZ 43.03 31.27 68.73 -
YUV 156.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 199 123 216 0.08 0.43 0 0.15 289.03 0.54 0.66
Hex C7 7B D8 8 2B 0 F 121 36 42
Octal 307 173 330 10 53 0 17 441 66 102
Binary 11000111 1111011 11011000 1000 101011 0 1111 100100001 110110 1000010

Color Harmonies of #C77BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77BD8

Black with #C77BD8

Text Example


Text Example

White with #C77BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77BD8; }

 p { color: rgb(199,123,216); }

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

background-color css

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

 a { background-color: rgb(199,123,216); }

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

border-color css

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

 span { border-color: rgb(199,123,216); }

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