Html Css Color HEX #C93BDF Medium Orchid

📋 copy color: '#C93BDF'

red 201 ◦ green 59 ◦ blue 223

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

Shades of Medium Orchid #C93BDF

Tints of Medium Orchid #C93BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.22%

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

R = 41.61%
G = 12.22%
B = 46.17%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C93BDF (or 0xC93BDF) is known color: Medium Orchid. HEX triplet: C9, 3B and DF. RGB value is (201,59,223). Sum of RGB (Red+Green+Blue) = 201+59+223=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #C93BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BDF is #36C420. Grayscale: #777777. Windows color (decimal): -3589153 or 14629833. OLE color: 14629833.

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

Color convert

RGB 201 59 223 -
CMYK 0.10 0.74 0 0.13
HSL 291.95º 0.72% 0.55% -
HSV(B) 291.95º 0.74% 0.87% -
XYZ 38.97 20.87 71.79 -
YUV 120.15 186.04 185.66 -
System Red Green Blue C M Y K H S L
Decimal 201 59 223 0.10 0.74 0 0.13 291.95 0.72 0.55
Hex C9 3B DF A 4A 0 D 124 48 37
Octal 311 73 337 12 112 0 15 444 110 67
Binary 11001001 111011 11011111 1010 1001010 0 1101 100100100 1001000 110111

Color Harmonies of #C93BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BDF

Black with #C93BDF

Text Example


Text Example

White with #C93BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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