Html Css Color HEX #C77DBE Orchid

📋 copy color: '#C77DBE'

red 199 ◦ green 125 ◦ blue 190

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

Shades of Orchid #C77DBE

Tints of Orchid #C77DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 38.72%
G = 24.32%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C77DBE (or 0xC77DBE) is known color: Orchid. HEX triplet: C7, 7D and BE. RGB value is (199,125,190). Sum of RGB (Red+Green+Blue) = 199+125+190=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DBE is #388241. Grayscale: #9A9A9A. Windows color (decimal): -3703362 or 12484039. OLE color: 12484039.

HSL color Cylindrical-coordinate representation of color #C77DBE: hue angle of 307.3º 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 #C77DBE is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 125 190 -
CMYK 0 0.37 0.05 0.22
HSL 307.3º 0.4% 0.64% -
HSV(B) 307.3º 0.37% 0.78% -
XYZ 40.18 30.53 52.49 -
YUV 154.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 199 125 190 0 0.37 0.05 0.22 307.3 0.4 0.64
Hex C7 7D BE 0 25 5 16 133 28 40
Octal 307 175 276 0 45 5 26 463 50 100
Binary 11000111 1111101 10111110 0 100101 101 10110 100110011 101000 1000000

Color Harmonies of #C77DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DBE

Black with #C77DBE

Text Example


Text Example

White with #C77DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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