#C25DDB

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

Shades of Medium Orchid #C25DDB

Tints of Medium Orchid #C25DDB

Color information

#C25DDB (or 0xC25DDB) is unknown color: approx Medium Orchid. HEX triplet: C2, 5D and DB. RGB value is (194,93,219). Sum of RGB (Red+Green+Blue) = 194+93+219=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #C25DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DDB is #3DA224. Grayscale: #898989. Windows color (decimal): -4039205 or 14376386. OLE color: 14376386.

HSL color Cylindrical-coordinate representation of color #C25DDB: hue angle of 288.1º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25DDB is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19493219-
CMYK0.110.5800.14
HSL288.1º63.64%61.18%-
HSV(B)288.1º57.53%85.88%-
XYZ38.9524.4169.68-
YUV137.56173.96168.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 93 (36.72% from 255) = 18.38%
BLUE value IS 219 (85.94% from 255) = 43.28%
R=38.34%
G=18.38%
B=43.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal194932190.110.5800.14288.163.6461.18
HexC25DDBB3A0E120403d
Octal302135333137201644010075
Binary110000101011101110110111011111010011101001000001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25DDB; }

 p { color: rgb(194,93,219); }

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

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

 a { background-color: rgb(194,93,219); }

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

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

 span { border-color: rgb(194,93,219); }

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