Html Css Color HEX #C93CD9 Medium Orchid

📋 copy color: '#C93CD9'

red 201 ◦ green 60 ◦ blue 217

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

Shades of Medium Orchid #C93CD9

Tints of Medium Orchid #C93CD9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.55%

 BLUE value IS 217 (85.16% from 255) = 45.4%

R = 42.05%
G = 12.55%
B = 45.4%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C93CD9 (or 0xC93CD9) is known color: Medium Orchid. HEX triplet: C9, 3C and D9. RGB value is (201,60,217). Sum of RGB (Red+Green+Blue) = 201+60+217=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #C93CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CD9 is #36C326. Grayscale: #777777. Windows color (decimal): -3588903 or 14236873. OLE color: 14236873.

HSL color Cylindrical-coordinate representation of color #C93CD9: hue angle of 293.89º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93CD9 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 60 217 -
CMYK 0.07 0.72 0 0.15
HSL 293.89º 0.67% 0.54% -
HSV(B) 293.89º 0.72% 0.85% -
XYZ 38.23 20.66 67.62 -
YUV 120.06 182.71 185.73 -
System Red Green Blue C M Y K H S L
Decimal 201 60 217 0.07 0.72 0 0.15 293.89 0.67 0.54
Hex C9 3C D9 7 48 0 F 126 43 36
Octal 311 74 331 7 110 0 17 446 103 66
Binary 11001001 111100 11011001 111 1001000 0 1111 100100110 1000011 110110

Color Harmonies of #C93CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CD9

Black with #C93CD9

Text Example


Text Example

White with #C93CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CD9; }

 p { color: rgb(201,60,217); }

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

background-color css

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

 a { background-color: rgb(201,60,217); }

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

border-color css

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

 span { border-color: rgb(201,60,217); }

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