Html Css Color HEX #C77CC1 Orchid

📋 copy color: '#C77CC1'

red 199 ◦ green 124 ◦ blue 193

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

Shades of Orchid #C77CC1

Tints of Orchid #C77CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.03%

 BLUE value IS 193 (75.78% from 255) = 37.4%

R = 38.57%
G = 24.03%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C77CC1 (or 0xC77CC1) is known color: Orchid. HEX triplet: C7, 7C and C1. RGB value is (199,124,193). Sum of RGB (Red+Green+Blue) = 199+124+193=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CC1 is #38833E. Grayscale: #9A9A9A. Windows color (decimal): -3703615 or 12680391. OLE color: 12680391.

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

Color convert

RGB 199 124 193 -
CMYK 0 0.38 0.03 0.22
HSL 304.8º 0.4% 0.63% -
HSV(B) 304.8º 0.38% 0.78% -
XYZ 40.39 30.41 54.19 -
YUV 154.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 199 124 193 0 0.38 0.03 0.22 304.8 0.4 0.63
Hex C7 7C C1 0 26 3 16 131 28 3F
Octal 307 174 301 0 46 3 26 461 50 77
Binary 11000111 1111100 11000001 0 100110 11 10110 100110001 101000 111111

Color Harmonies of #C77CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CC1

Black with #C77CC1

Text Example


Text Example

White with #C77CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CC1; }

 p { color: rgb(199,124,193); }

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

background-color css

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

 a { background-color: rgb(199,124,193); }

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

border-color css

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

 span { border-color: rgb(199,124,193); }

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