Html Css Color HEX #C77DC0 Orchid

📋 copy color: '#C77DC0'

red 199 ◦ green 125 ◦ blue 192

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

Shades of Orchid #C77DC0

Tints of Orchid #C77DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 38.57%
G = 24.22%
B = 37.21%

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

#C77DC0 (or 0xC77DC0) is known color: Orchid. HEX triplet: C7, 7D and C0. RGB value is (199,125,192). Sum of RGB (Red+Green+Blue) = 199+125+192=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DC0 is #38823F. Grayscale: #9A9A9A. Windows color (decimal): -3703360 or 12615111. OLE color: 12615111.

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

Color convert

RGB 199 125 192 -
CMYK 0 0.37 0.04 0.22
HSL 305.68º 0.4% 0.64% -
HSV(B) 305.68º 0.37% 0.78% -
XYZ 40.4 30.62 53.65 -
YUV 154.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 199 125 192 0 0.37 0.04 0.22 305.68 0.4 0.64
Hex C7 7D C0 0 25 4 16 132 28 40
Octal 307 175 300 0 45 4 26 462 50 100
Binary 11000111 1111101 11000000 0 100101 100 10110 100110010 101000 1000000

Color Harmonies of #C77DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DC0

Black with #C77DC0

Text Example


Text Example

White with #C77DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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