Html Css Color HEX #C93DDF Medium Orchid

📋 copy color: '#C93DDF'

red 201 ◦ green 61 ◦ blue 223

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

Shades of Medium Orchid #C93DDF

Tints of Medium Orchid #C93DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 41.44%
G = 12.58%
B = 45.98%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C93DDF (or 0xC93DDF) is known color: Medium Orchid. HEX triplet: C9, 3D and DF. RGB value is (201,61,223). Sum of RGB (Red+Green+Blue) = 201+61+223=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #C93DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DDF is #36C220. Grayscale: #787878. Windows color (decimal): -3588641 or 14630345. OLE color: 14630345.

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

Color convert

RGB 201 61 223 -
CMYK 0.10 0.73 0 0.13
HSL 291.85º 0.72% 0.56% -
HSV(B) 291.85º 0.73% 0.87% -
XYZ 39.08 21.08 71.82 -
YUV 121.33 185.38 184.83 -
System Red Green Blue C M Y K H S L
Decimal 201 61 223 0.10 0.73 0 0.13 291.85 0.72 0.56
Hex C9 3D DF A 49 0 D 124 48 38
Octal 311 75 337 12 111 0 15 444 110 70
Binary 11001001 111101 11011111 1010 1001001 0 1101 100100100 1001000 111000

Color Harmonies of #C93DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DDF

Black with #C93DDF

Text Example


Text Example

White with #C93DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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