Html Css Color HEX #C93BEE Medium Orchid

📋 copy color: '#C93BEE'

red 201 ◦ green 59 ◦ blue 238

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

Shades of Medium Orchid #C93BEE

Tints of Medium Orchid #C93BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 40.36%
G = 11.85%
B = 47.79%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C93BEE (or 0xC93BEE) is known color: Medium Orchid. HEX triplet: C9, 3B and EE. RGB value is (201,59,238). Sum of RGB (Red+Green+Blue) = 201+59+238=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #C93BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93BEE is #36C411. Grayscale: #797979. Windows color (decimal): -3589138 or 15612873. OLE color: 15612873.

HSL color Cylindrical-coordinate representation of color #C93BEE: hue angle of 287.6º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93BEE is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 59 238 -
CMYK 0.16 0.75 0 0.07
HSL 287.6º 0.84% 0.58% -
HSV(B) 287.6º 0.75% 0.93% -
XYZ 41.08 21.72 82.92 -
YUV 121.86 193.54 184.45 -
System Red Green Blue C M Y K H S L
Decimal 201 59 238 0.16 0.75 0 0.07 287.6 0.84 0.58
Hex C9 3B EE 10 4B 0 7 120 54 3A
Octal 311 73 356 20 113 0 7 440 124 72
Binary 11001001 111011 11101110 10000 1001011 0 111 100100000 1010100 111010

Color Harmonies of #C93BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BEE

Black with #C93BEE

Text Example


Text Example

White with #C93BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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