#C07AD5

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

Shades of Orchid #C07AD5

Tints of Orchid #C07AD5

Color information

#C07AD5 (or 0xC07AD5) is unknown color: approx Orchid. HEX triplet: C0, 7A and D5. RGB value is (192,122,213). Sum of RGB (Red+Green+Blue) = 192+122+213=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #C07AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AD5 is #3F852A. Grayscale: #999999. Windows color (decimal): -4162859 or 13990592. OLE color: 13990592.

HSL color Cylindrical-coordinate representation of color #C07AD5: hue angle of 286.15º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C07AD5 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192122213-
CMYK0.100.4300.16
HSL286.15º52%65.69%-
HSV(B)286.15º42.72%83.53%-
XYZ40.7129.9366.58-
YUV153.3161.69155.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=36.43%
G=23.15%
B=40.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921222130.100.4300.16286.155265.69
HexC07AD5A2B01011e3442
Octal300172325125302043664102
Binary1100000011110101101010110101010110100001000111101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AD5; }

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

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

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

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

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

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

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

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