#C233DA

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

Shades of Medium Orchid #C233DA

Tints of Medium Orchid #C233DA

Color information

#C233DA (or 0xC233DA) is unknown color: approx Medium Orchid. HEX triplet: C2, 33 and DA. RGB value is (194,51,218). Sum of RGB (Red+Green+Blue) = 194+51+218=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #C233DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233DA is #3DCC25. Grayscale: #707070. Windows color (decimal): -4049958 or 14300098. OLE color: 14300098.

HSL color Cylindrical-coordinate representation of color #C233DA: hue angle of 291.38º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C233DA is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19451218-
CMYK0.110.7700.15
HSL291.38º69.29%52.75%-
HSV(B)291.38º76.61%85.49%-
XYZ36.0918.968.08-
YUV112.8187.38185.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 51 (20.31% from 255) = 11.02%
BLUE value IS 218 (85.55% from 255) = 47.08%
R=41.90%
G=11.02%
B=47.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194512180.110.7700.15291.3869.2952.75
HexC233DAB4D0F1234535
Octal302633321311501744310565
Binary110000101100111101101010111001101011111001000111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C233DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C233DA; }

 p { color: rgb(194,51,218); }

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

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

 a { background-color: rgb(194,51,218); }

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

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

 span { border-color: rgb(194,51,218); }

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