#C07ACC

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

Shades of Orchid #C07ACC

Tints of Orchid #C07ACC

Color information

#C07ACC (or 0xC07ACC) is unknown color: approx Orchid. HEX triplet: C0, 7A and CC. RGB value is (192,122,204). Sum of RGB (Red+Green+Blue) = 192+122+204=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C07ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ACC is #3F8533. Grayscale: #989898. Windows color (decimal): -4162868 or 13400768. OLE color: 13400768.

HSL color Cylindrical-coordinate representation of color #C07ACC: hue angle of 291.22º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07ACC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192122204-
CMYK0.060.4000.2
HSL291.22º44.57%63.92%-
HSV(B)291.22º40.2%80%-
XYZ39.629.4960.73-
YUV152.28157.19156.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 122 (48.05% from 255) = 23.55%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=37.07%
G=23.55%
B=39.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921222040.060.4000.2291.2244.5763.92
HexC07ACC6280141232d40
Octal30017231465002444355100
Binary110000001111010110011001101010000101001001000111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07ACC; }

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

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

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

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

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

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

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

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