Html Css Color HEX #C933DB Medium Orchid

📋 copy color: '#C933DB'

red 201 ◦ green 51 ◦ blue 219

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

Shades of Medium Orchid #C933DB

Tints of Medium Orchid #C933DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 42.68%
G = 10.83%
B = 46.5%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C933DB (or 0xC933DB) is known color: Medium Orchid. HEX triplet: C9, 33 and DB. RGB value is (201,51,219). Sum of RGB (Red+Green+Blue) = 201+51+219=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #C933DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933DB is #36CC24. Grayscale: #727272. Windows color (decimal): -3591205 or 14365641. OLE color: 14365641.

HSL color Cylindrical-coordinate representation of color #C933DB: hue angle of 293.57º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C933DB is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 51 219 -
CMYK 0.08 0.77 0 0.14
HSL 293.57º 0.7% 0.53% -
HSV(B) 293.57º 0.77% 0.86% -
XYZ 38.06 19.9 68.85 -
YUV 115 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 201 51 219 0.08 0.77 0 0.14 293.57 0.7 0.53
Hex C9 33 DB 8 4D 0 E 126 46 35
Octal 311 63 333 10 115 0 16 446 106 65
Binary 11001001 110011 11011011 1000 1001101 0 1110 100100110 1000110 110101

Color Harmonies of #C933DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933DB

Black with #C933DB

Text Example


Text Example

White with #C933DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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