Html Css Color HEX #C077C0 Orchid

📋 copy color: '#C077C0'

red 192 ◦ green 119 ◦ blue 192

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

Shades of Orchid #C077C0

Tints of Orchid #C077C0

RGB

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

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

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

R = 38.17%
G = 23.66%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C077C0 (or 0xC077C0) is known color: Orchid. HEX triplet: C0, 77 and C0. RGB value is (192,119,192). Sum of RGB (Red+Green+Blue) = 192+119+192=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C077C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077C0 is #3F883F. Grayscale: #949494. Windows color (decimal): -4163648 or 12613568. OLE color: 12613568.

HSL color Cylindrical-coordinate representation of color #C077C0: hue angle of 300º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C077C0 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 192 -
CMYK 0 0.38 0 0.25
HSL 300º 0.37% 0.61% -
HSV(B) 300º 0.38% 0.75% -
XYZ 37.85 28.21 53.32 -
YUV 149.15 152.18 158.56 -
System Red Green Blue C M Y K H S L
Decimal 192 119 192 0 0.38 0 0.25 300 0.37 0.61
Hex C0 77 C0 0 26 0 19 12C 25 3D
Octal 300 167 300 0 46 0 31 454 45 75
Binary 11000000 1110111 11000000 0 100110 0 11001 100101100 100101 111101

Color Harmonies of #C077C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077C0

Black with #C077C0

Text Example


Text Example

White with #C077C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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