#C07AD4

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

Shades of Orchid #C07AD4

Tints of Orchid #C07AD4

Color information

#C07AD4 (or 0xC07AD4) is unknown color: approx Orchid. HEX triplet: C0, 7A and D4. RGB value is (192,122,212). Sum of RGB (Red+Green+Blue) = 192+122+212=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #C07AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AD4 is #3F852B. Grayscale: #989898. Windows color (decimal): -4162860 or 13925056. OLE color: 13925056.

HSL color Cylindrical-coordinate representation of color #C07AD4: hue angle of 286.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07AD4 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192122212-
CMYK0.090.4200.17
HSL286.67º51.14%65.49%-
HSV(B)286.67º42.45%83.14%-
XYZ40.5829.8865.92-
YUV153.19161.19155.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 122 (48.05% from 255) = 23.19%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=36.50%
G=23.19%
B=40.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921222120.090.4200.17286.6751.1465.49
HexC07AD492A01111f3341
Octal300172324115202143763101
Binary1100000011110101101010010011010100100011000111111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AD4; }

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

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

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

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

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

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

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

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