Html Css Color HEX #C938DD Medium Orchid

📋 copy color: '#C938DD'

red 201 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #C938DD

Tints of Medium Orchid #C938DD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.72%

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

R = 42.05%
G = 11.72%
B = 46.23%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C938DD (or 0xC938DD) is known color: Medium Orchid. HEX triplet: C9, 38 and DD. RGB value is (201,56,221). Sum of RGB (Red+Green+Blue) = 201+56+221=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #C938DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938DD is #36C722. Grayscale: #757575. Windows color (decimal): -3589923 or 14497993. OLE color: 14497993.

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

Color convert

RGB 201 56 221 -
CMYK 0.09 0.75 0 0.13
HSL 292.73º 0.71% 0.54% -
HSV(B) 292.73º 0.75% 0.87% -
XYZ 38.55 20.47 70.33 -
YUV 118.17 186.04 187.08 -
System Red Green Blue C M Y K H S L
Decimal 201 56 221 0.09 0.75 0 0.13 292.73 0.71 0.54
Hex C9 38 DD 9 4B 0 D 125 47 36
Octal 311 70 335 11 113 0 15 445 107 66
Binary 11001001 111000 11011101 1001 1001011 0 1101 100100101 1000111 110110

Color Harmonies of #C938DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C938DD

Black with #C938DD

Text Example


Text Example

White with #C938DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C938DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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