#C07ADA

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

Shades of Orchid #C07ADA

Tints of Orchid #C07ADA

Color information

#C07ADA (or 0xC07ADA) is unknown color: approx Orchid. HEX triplet: C0, 7A and DA. RGB value is (192,122,218). Sum of RGB (Red+Green+Blue) = 192+122+218=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #C07ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ADA is #3F8525. Grayscale: #999999. Windows color (decimal): -4162854 or 14318272. OLE color: 14318272.

HSL color Cylindrical-coordinate representation of color #C07ADA: hue angle of 283.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07ADA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192122218-
CMYK0.120.4400.15
HSL283.75º56.47%66.67%-
HSV(B)283.75º44.04%85.49%-
XYZ41.3530.1969.98-
YUV153.87164.19155.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=36.09%
G=22.93%
B=40.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921222180.120.4400.15283.7556.4766.67
HexC07ADAC2C0F11c3843
Octal300172332145401743470103
Binary110000001111010110110101100101100011111000111001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07ADA; }

 p { color: rgb(192,122,218); }

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

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

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

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

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

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

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