Html Css Color HEX #C77DBC Orchid

📋 copy color: '#C77DBC'

red 199 ◦ green 125 ◦ blue 188

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

Shades of Orchid #C77DBC

Tints of Orchid #C77DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 38.87%
G = 24.41%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C77DBC (or 0xC77DBC) is known color: Orchid. HEX triplet: C7, 7D and BC. RGB value is (199,125,188). Sum of RGB (Red+Green+Blue) = 199+125+188=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DBC is #388243. Grayscale: #9A9A9A. Windows color (decimal): -3703364 or 12352967. OLE color: 12352967.

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

Color convert

RGB 199 125 188 -
CMYK 0 0.37 0.06 0.22
HSL 308.92º 0.4% 0.64% -
HSV(B) 308.92º 0.37% 0.78% -
XYZ 39.96 30.44 51.35 -
YUV 154.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 199 125 188 0 0.37 0.06 0.22 308.92 0.4 0.64
Hex C7 7D BC 0 25 6 16 135 28 40
Octal 307 175 274 0 45 6 26 465 50 100
Binary 11000111 1111101 10111100 0 100101 110 10110 100110101 101000 1000000

Color Harmonies of #C77DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DBC

Black with #C77DBC

Text Example


Text Example

White with #C77DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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