Html Css Color HEX #C77DBF Orchid

📋 copy color: '#C77DBF'

red 199 ◦ green 125 ◦ blue 191

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

Shades of Orchid #C77DBF

Tints of Orchid #C77DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.09%

R = 38.64%
G = 24.27%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C77DBF (or 0xC77DBF) is known color: Orchid. HEX triplet: C7, 7D and BF. RGB value is (199,125,191). Sum of RGB (Red+Green+Blue) = 199+125+191=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DBF is #388240. Grayscale: #9A9A9A. Windows color (decimal): -3703361 or 12549575. OLE color: 12549575.

HSL color Cylindrical-coordinate representation of color #C77DBF: hue angle of 306.49º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77DBF is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 125 191 -
CMYK 0 0.37 0.04 0.22
HSL 306.49º 0.4% 0.64% -
HSV(B) 306.49º 0.37% 0.78% -
XYZ 40.29 30.57 53.07 -
YUV 154.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 199 125 191 0 0.37 0.04 0.22 306.49 0.4 0.64
Hex C7 7D BF 0 25 4 16 132 28 40
Octal 307 175 277 0 45 4 26 462 50 100
Binary 11000111 1111101 10111111 0 100101 100 10110 100110010 101000 1000000

Color Harmonies of #C77DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DBF

Black with #C77DBF

Text Example


Text Example

White with #C77DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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