Html Css Color HEX #C93DDD Medium Orchid

📋 copy color: '#C93DDD'

red 201 ◦ green 61 ◦ blue 221

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

Shades of Medium Orchid #C93DDD

Tints of Medium Orchid #C93DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.63%

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

R = 41.61%
G = 12.63%
B = 45.76%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C93DDD (or 0xC93DDD) is known color: Medium Orchid. HEX triplet: C9, 3D and DD. RGB value is (201,61,221). Sum of RGB (Red+Green+Blue) = 201+61+221=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 61 (24.22% from 255 or 12.63% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #C93DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DDD is #36C222. Grayscale: #787878. Windows color (decimal): -3588643 or 14499273. OLE color: 14499273.

HSL color Cylindrical-coordinate representation of color #C93DDD: hue angle of 292.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93DDD is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 61 221 -
CMYK 0.09 0.72 0 0.13
HSL 292.5º 0.7% 0.55% -
HSV(B) 292.5º 0.72% 0.87% -
XYZ 38.81 20.98 70.41 -
YUV 121.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 201 61 221 0.09 0.72 0 0.13 292.5 0.7 0.55
Hex C9 3D DD 9 48 0 D 124 46 37
Octal 311 75 335 11 110 0 15 444 106 67
Binary 11001001 111101 11011101 1001 1001000 0 1101 100100100 1000110 110111

Color Harmonies of #C93DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DDD

Black with #C93DDD

Text Example


Text Example

White with #C93DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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