#C07CD1

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

Shades of Orchid #C07CD1

Tints of Orchid #C07CD1

Color information

#C07CD1 (or 0xC07CD1) is unknown color: approx Orchid. HEX triplet: C0, 7C and D1. RGB value is (192,124,209). Sum of RGB (Red+Green+Blue) = 192+124+209=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #C07CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CD1 is #3F832E. Grayscale: #999999. Windows color (decimal): -4162351 or 13728960. OLE color: 13728960.

HSL color Cylindrical-coordinate representation of color #C07CD1: hue angle of 288º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07CD1 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192124209-
CMYK0.080.4100.18
HSL288º48.02%65.29%-
HSV(B)288º40.67%81.96%-
XYZ40.4530.2364.02-
YUV154.02159.03155.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 124 (48.83% from 255) = 23.62%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=36.57%
G=23.62%
B=39.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921242090.080.4100.1828848.0265.29
HexC07CD18290121203041
Octal300174321105102244060101
Binary1100000011111001101000110001010010100101001000001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CD1; }

 p { color: rgb(192,124,209); }

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

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

 a { background-color: rgb(192,124,209); }

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

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

 span { border-color: rgb(192,124,209); }

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