#C333DD

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

Shades of Medium Orchid #C333DD

Tints of Medium Orchid #C333DD

Color information

#C333DD (or 0xC333DD) is unknown color: approx Medium Orchid. HEX triplet: C3, 33 and DD. RGB value is (195,51,221). Sum of RGB (Red+Green+Blue) = 195+51+221=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #C333DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333DD is #3CCC22. Grayscale: #707070. Windows color (decimal): -3984419 or 14496707. OLE color: 14496707.

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

Color convert

RGB19551221-
CMYK0.120.7700.13
HSL290.82º71.43%53.33%-
HSV(B)290.82º76.92%86.67%-
XYZ36.7419.1970.17-
YUV113.44188.71186.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 51 (20.31% from 255) = 10.92%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=41.76%
G=10.92%
B=47.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195512210.120.7700.13290.8271.4353.33
HexC333DDC4D0D1234735
Octal303633351411501544310765
Binary110000111100111101110111001001101011011001000111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C333DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C333DD; }

 p { color: rgb(195,51,221); }

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

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

 a { background-color: rgb(195,51,221); }

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

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

 span { border-color: rgb(195,51,221); }

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