Html Css Color HEX #C77FC0 Orchid

📋 copy color: '#C77FC0'

red 199 ◦ green 127 ◦ blue 192

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

Shades of Orchid #C77FC0

Tints of Orchid #C77FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 24.52%

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

R = 38.42%
G = 24.52%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C77FC0 (or 0xC77FC0) is known color: Orchid. HEX triplet: C7, 7F and C0. RGB value is (199,127,192). Sum of RGB (Red+Green+Blue) = 199+127+192=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FC0 is #38803F. Grayscale: #9B9B9B. Windows color (decimal): -3702848 or 12615623. OLE color: 12615623.

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

Color convert

RGB 199 127 192 -
CMYK 0 0.36 0.04 0.22
HSL 305.83º 0.39% 0.64% -
HSV(B) 305.83º 0.36% 0.78% -
XYZ 40.66 31.13 53.73 -
YUV 155.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 199 127 192 0 0.36 0.04 0.22 305.83 0.39 0.64
Hex C7 7F C0 0 24 4 16 132 27 40
Octal 307 177 300 0 44 4 26 462 47 100
Binary 11000111 1111111 11000000 0 100100 100 10110 100110010 100111 1000000

Color Harmonies of #C77FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77FC0

Black with #C77FC0

Text Example


Text Example

White with #C77FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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