Html Css Color HEX #C777C0 Orchid

📋 copy color: '#C777C0'

red 199 ◦ green 119 ◦ blue 192

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

Shades of Orchid #C777C0

Tints of Orchid #C777C0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.33%

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

R = 39.02%
G = 23.33%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C777C0 (or 0xC777C0) is known color: Orchid. HEX triplet: C7, 77 and C0. RGB value is (199,119,192). Sum of RGB (Red+Green+Blue) = 199+119+192=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C777C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777C0 is #38883F. Grayscale: #979797. Windows color (decimal): -3704896 or 12613575. OLE color: 12613575.

HSL color Cylindrical-coordinate representation of color #C777C0: hue angle of 305.25º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C777C0 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 119 192 -
CMYK 0 0.40 0.04 0.22
HSL 305.25º 0.42% 0.62% -
HSV(B) 305.25º 0.4% 0.78% -
XYZ 39.66 29.14 53.4 -
YUV 151.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 199 119 192 0 0.40 0.04 0.22 305.25 0.42 0.62
Hex C7 77 C0 0 28 4 16 131 2A 3E
Octal 307 167 300 0 50 4 26 461 52 76
Binary 11000111 1110111 11000000 0 101000 100 10110 100110001 101010 111110

Color Harmonies of #C777C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C777C0

Black with #C777C0

Text Example


Text Example

White with #C777C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C777C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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