Html Css Color HEX #C93BEB Medium Orchid

📋 copy color: '#C93BEB'

red 201 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #C93BEB

Tints of Medium Orchid #C93BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 40.61%
G = 11.92%
B = 47.47%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C93BEB (or 0xC93BEB) is known color: Medium Orchid. HEX triplet: C9, 3B and EB. RGB value is (201,59,235). Sum of RGB (Red+Green+Blue) = 201+59+235=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #C93BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93BEB is #36C414. Grayscale: #787878. Windows color (decimal): -3589141 or 15416265. OLE color: 15416265.

HSL color Cylindrical-coordinate representation of color #C93BEB: hue angle of 288.41º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93BEB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 59 235 -
CMYK 0.14 0.75 0 0.08
HSL 288.41º 0.81% 0.58% -
HSV(B) 288.41º 0.75% 0.92% -
XYZ 40.65 21.54 80.61 -
YUV 121.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 201 59 235 0.14 0.75 0 0.08 288.41 0.81 0.58
Hex C9 3B EB E 4B 0 8 120 51 3A
Octal 311 73 353 16 113 0 10 440 121 72
Binary 11001001 111011 11101011 1110 1001011 0 1000 100100000 1010001 111010

Color Harmonies of #C93BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BEB

Black with #C93BEB

Text Example


Text Example

White with #C93BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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