Html Css Color HEX #C93CEF Medium Orchid

📋 copy color: '#C93CEF'

red 201 ◦ green 60 ◦ blue 239

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

Shades of Medium Orchid #C93CEF

Tints of Medium Orchid #C93CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 40.2%
G = 12%
B = 47.8%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C93CEF (or 0xC93CEF) is known color: Medium Orchid. HEX triplet: C9, 3C and EF. RGB value is (201,60,239). Sum of RGB (Red+Green+Blue) = 201+60+239=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #C93CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93CEF is #36C310. Grayscale: #797979. Windows color (decimal): -3588881 or 15678665. OLE color: 15678665.

HSL color Cylindrical-coordinate representation of color #C93CEF: hue angle of 287.26º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93CEF is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 60 239 -
CMYK 0.16 0.75 0 0.06
HSL 287.26º 0.85% 0.59% -
HSV(B) 287.26º 0.75% 0.94% -
XYZ 41.28 21.88 83.71 -
YUV 122.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 201 60 239 0.16 0.75 0 0.06 287.26 0.85 0.59
Hex C9 3C EF 10 4B 0 6 11F 55 3B
Octal 311 74 357 20 113 0 6 437 125 73
Binary 11001001 111100 11101111 10000 1001011 0 110 100011111 1010101 111011

Color Harmonies of #C93CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CEF

Black with #C93CEF

Text Example


Text Example

White with #C93CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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