#C076CD

Color #C076CD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C076CD

Tints of Orchid #C076CD

Color information

#C076CD (or 0xC076CD) is unknown color: approx Orchid. HEX triplet: C0, 76 and CD. RGB value is (192,118,205). Sum of RGB (Red+Green+Blue) = 192+118+205=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #C076CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076CD is #3F8932. Grayscale: #959595. Windows color (decimal): -4163891 or 13465280. OLE color: 13465280.

HSL color Cylindrical-coordinate representation of color #C076CD: hue angle of 291.03º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C076CD is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192118205-
CMYK0.060.4200.20
HSL291.03º46.52%63.33%-
HSV(B)291.03º42.44%80.39%-
XYZ39.2428.5761.2-
YUV150.04159.02157.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 118 (46.48% from 255) = 22.91%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=37.28%
G=22.91%
B=39.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921182050.060.4200.20291.0346.5263.33
HexC076CD62A0141232f3f
Octal3001663156520244435777
Binary11000000111011011001101110101010010100100100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C076CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C076CD; }

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

 H1.HeaderClassName
 {
   color: #C076CD;
 }
 .AnyTagClassName
 {
   color: #C076CD;
 }
</style>
background-color css

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

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

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

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

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

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