Html Css Color HEX #C93DE9 Medium Orchid

📋 copy color: '#C93DE9'

red 201 ◦ green 61 ◦ blue 233

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

Shades of Medium Orchid #C93DE9

Tints of Medium Orchid #C93DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 40.61%
G = 12.32%
B = 47.07%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C93DE9 (or 0xC93DE9) is known color: Medium Orchid. HEX triplet: C9, 3D and E9. RGB value is (201,61,233). Sum of RGB (Red+Green+Blue) = 201+61+233=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #C93DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DE9 is #36C216. Grayscale: #797979. Windows color (decimal): -3588631 or 15285705. OLE color: 15285705.

HSL color Cylindrical-coordinate representation of color #C93DE9: hue angle of 288.84º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93DE9 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 61 233 -
CMYK 0.14 0.74 0 0.09
HSL 288.84º 0.8% 0.58% -
HSV(B) 288.84º 0.74% 0.91% -
XYZ 40.46 21.64 79.13 -
YUV 122.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 201 61 233 0.14 0.74 0 0.09 288.84 0.8 0.58
Hex C9 3D E9 E 4A 0 9 121 50 3A
Octal 311 75 351 16 112 0 11 441 120 72
Binary 11001001 111101 11101001 1110 1001010 0 1001 100100001 1010000 111010

Color Harmonies of #C93DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DE9

Black with #C93DE9

Text Example


Text Example

White with #C93DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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