#C568D2

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

Shades of Medium Orchid #C568D2

Tints of Medium Orchid #C568D2

Color information

#C568D2 (or 0xC568D2) is unknown color: approx Medium Orchid. HEX triplet: C5, 68 and D2. RGB value is (197,104,210). Sum of RGB (Red+Green+Blue) = 197+104+210=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #C568D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568D2 is #3A972D. Grayscale: #8F8F8F. Windows color (decimal): -3839790 or 13789381. OLE color: 13789381.

HSL color Cylindrical-coordinate representation of color #C568D2: hue angle of 292.64º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C568D2 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197104210-
CMYK0.060.5000.18
HSL292.64º54.08%61.57%-
HSV(B)292.64º50.48%82.35%-
XYZ39.6126.4263.99-
YUV143.89165.31165.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 104 (41.02% from 255) = 20.35%
BLUE value IS 210 (82.42% from 255) = 41.10%
R=38.55%
G=20.35%
B=41.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971042100.060.5000.18292.6454.0861.57
HexC568D2632012125363e
Octal3051503226620224456676
Binary11000101110100011010010110110010010010100100101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C568D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C568D2; }

 p { color: rgb(197,104,210); }

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

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

 a { background-color: rgb(197,104,210); }

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

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

 span { border-color: rgb(197,104,210); }

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