#C238DD

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

Shades of Medium Orchid #C238DD

Tints of Medium Orchid #C238DD

Color information

#C238DD (or 0xC238DD) is unknown color: approx Medium Orchid. HEX triplet: C2, 38 and DD. RGB value is (194,56,221). Sum of RGB (Red+Green+Blue) = 194+56+221=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #C238DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238DD is #3DC722. Grayscale: #737373. Windows color (decimal): -4048675 or 14497986. OLE color: 14497986.

HSL color Cylindrical-coordinate representation of color #C238DD: hue angle of 290.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C238DD is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19456221-
CMYK0.120.7500.13
HSL290.18º70.82%54.31%-
HSV(B)290.18º74.66%86.67%-
XYZ36.7119.5270.24-
YUV116.07187.22183.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 56 (22.27% from 255) = 11.89%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=41.19%
G=11.89%
B=46.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194562210.120.7500.13290.1870.8254.31
HexC238DDC4B0D1224736
Octal302703351411301544210766
Binary110000101110001101110111001001011011011001000101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C238DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C238DD; }

 p { color: rgb(194,56,221); }

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

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

 a { background-color: rgb(194,56,221); }

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

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

 span { border-color: rgb(194,56,221); }

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