Html Css Color HEX #C933DD Medium Orchid

📋 copy color: '#C933DD'

red 201 ◦ green 51 ◦ blue 221

#C933DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C933DD

Tints of Medium Orchid #C933DD

RGB

 RED value IS 201 (78.91% from 255) = 42.49%

 GREEN value IS 51 (20.31% from 255) = 10.78%

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 42.49%
G = 10.78%
B = 46.72%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C933DD (or 0xC933DD) is known color: Medium Orchid. HEX triplet: C9, 33 and DD. RGB value is (201,51,221). Sum of RGB (Red+Green+Blue) = 201+51+221=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #C933DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933DD is #36CC22. Grayscale: #727272. Windows color (decimal): -3591203 or 14496713. OLE color: 14496713.

HSL color Cylindrical-coordinate representation of color #C933DD: hue angle of 292.94º 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 #C933DD is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 51 221 -
CMYK 0.09 0.77 0 0.13
HSL 292.94º 0.71% 0.53% -
HSV(B) 292.94º 0.77% 0.87% -
XYZ 38.32 20.01 70.25 -
YUV 115.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 201 51 221 0.09 0.77 0 0.13 292.94 0.71 0.53
Hex C9 33 DD 9 4D 0 D 125 47 35
Octal 311 63 335 11 115 0 15 445 107 65
Binary 11001001 110011 11011101 1001 1001101 0 1101 100100101 1000111 110101

Color Harmonies of #C933DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933DD

Black with #C933DD

Text Example


Text Example

White with #C933DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933DD; }

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

 H1.HeaderClassName
 {
   color: #C933DD;
 }
 .AnyTagClassName
 {
   color: #C933DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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