Html Css Color HEX #C77BD6 Orchid

📋 copy color: '#C77BD6'

red 199 ◦ green 123 ◦ blue 214

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

Shades of Orchid #C77BD6

Tints of Orchid #C77BD6

RGB

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

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

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

R = 37.13%
G = 22.95%
B = 39.93%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C77BD6 (or 0xC77BD6) is known color: Orchid. HEX triplet: C7, 7B and D6. RGB value is (199,123,214). Sum of RGB (Red+Green+Blue) = 199+123+214=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #C77BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BD6 is #388429. Grayscale: #9B9B9B. Windows color (decimal): -3703850 or 14056391. OLE color: 14056391.

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

Color convert

RGB 199 123 214 -
CMYK 0.07 0.43 0 0.16
HSL 290.11º 0.53% 0.66% -
HSV(B) 290.11º 0.43% 0.84% -
XYZ 42.77 31.16 67.38 -
YUV 156.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 199 123 214 0.07 0.43 0 0.16 290.11 0.53 0.66
Hex C7 7B D6 7 2B 0 10 122 35 42
Octal 307 173 326 7 53 0 20 442 65 102
Binary 11000111 1111011 11010110 111 101011 0 10000 100100010 110101 1000010

Color Harmonies of #C77BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77BD6

Black with #C77BD6

Text Example


Text Example

White with #C77BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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