Html Css Color HEX #C077C5 Orchid

📋 copy color: '#C077C5'

red 192 ◦ green 119 ◦ blue 197

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

Shades of Orchid #C077C5

Tints of Orchid #C077C5

RGB

 RED value IS 192 (75.39% from 255) = 37.8%

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

 BLUE value IS 197 (77.34% from 255) = 38.78%

R = 37.8%
G = 23.43%
B = 38.78%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C077C5 (or 0xC077C5) is known color: Orchid. HEX triplet: C0, 77 and C5. RGB value is (192,119,197). Sum of RGB (Red+Green+Blue) = 192+119+197=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #C077C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077C5 is #3F883A. Grayscale: #959595. Windows color (decimal): -4163643 or 12941248. OLE color: 12941248.

HSL color Cylindrical-coordinate representation of color #C077C5: hue angle of 296.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C077C5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 119 197 -
CMYK 0.03 0.40 0 0.23
HSL 296.15º 0.4% 0.62% -
HSV(B) 296.15º 0.4% 0.77% -
XYZ 38.41 28.43 56.29 -
YUV 149.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 192 119 197 0.03 0.40 0 0.23 296.15 0.4 0.62
Hex C0 77 C5 3 28 0 17 128 28 3E
Octal 300 167 305 3 50 0 27 450 50 76
Binary 11000000 1110111 11000101 11 101000 0 10111 100101000 101000 111110

Color Harmonies of #C077C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077C5

Black with #C077C5

Text Example


Text Example

White with #C077C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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