Html Css Color HEX #C076CA Orchid

📋 copy color: '#C076CA'

red 192 ◦ green 118 ◦ blue 202

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

Shades of Orchid #C076CA

Tints of Orchid #C076CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

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

R = 37.5%
G = 23.05%
B = 39.45%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C076CA (or 0xC076CA) is known color: Orchid. HEX triplet: C0, 76 and CA. RGB value is (192,118,202). Sum of RGB (Red+Green+Blue) = 192+118+202=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #C076CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076CA is #3F8935. Grayscale: #959595. Windows color (decimal): -4163894 or 13268672. OLE color: 13268672.

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

Color convert

RGB 192 118 202 -
CMYK 0.05 0.42 0 0.21
HSL 292.86º 0.44% 0.63% -
HSV(B) 292.86º 0.42% 0.79% -
XYZ 38.88 28.43 59.32 -
YUV 149.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 192 118 202 0.05 0.42 0 0.21 292.86 0.44 0.63
Hex C0 76 CA 5 2A 0 15 125 2C 3F
Octal 300 166 312 5 52 0 25 445 54 77
Binary 11000000 1110110 11001010 101 101010 0 10101 100100101 101100 111111

Color Harmonies of #C076CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076CA

Black with #C076CA

Text Example


Text Example

White with #C076CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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