Html Css Color HEX #C077CA Orchid

📋 copy color: '#C077CA'

red 192 ◦ green 119 ◦ blue 202

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

Shades of Orchid #C077CA

Tints of Orchid #C077CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 37.43%
G = 23.2%
B = 39.38%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C077CA (or 0xC077CA) is known color: Orchid. HEX triplet: C0, 77 and CA. RGB value is (192,119,202). Sum of RGB (Red+Green+Blue) = 192+119+202=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #C077CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077CA is #3F8835. Grayscale: #969696. Windows color (decimal): -4163638 or 13268928. OLE color: 13268928.

HSL color Cylindrical-coordinate representation of color #C077CA: hue angle of 292.77º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C077CA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 119 202 -
CMYK 0.05 0.41 0 0.21
HSL 292.77º 0.44% 0.63% -
HSV(B) 292.77º 0.41% 0.79% -
XYZ 39 28.66 59.35 -
YUV 150.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 192 119 202 0.05 0.41 0 0.21 292.77 0.44 0.63
Hex C0 77 CA 5 29 0 15 125 2C 3F
Octal 300 167 312 5 51 0 25 445 54 77
Binary 11000000 1110111 11001010 101 101001 0 10101 100100101 101100 111111

Color Harmonies of #C077CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077CA

Black with #C077CA

Text Example


Text Example

White with #C077CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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