Html Css Color HEX #C93FEF Medium Orchid

📋 copy color: '#C93FEF'

red 201 ◦ green 63 ◦ blue 239

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

Shades of Medium Orchid #C93FEF

Tints of Medium Orchid #C93FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.52%

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

R = 39.96%
G = 12.52%
B = 47.51%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C93FEF (or 0xC93FEF) is known color: Medium Orchid. HEX triplet: C9, 3F and EF. RGB value is (201,63,239). Sum of RGB (Red+Green+Blue) = 201+63+239=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #C93FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FEF is #36C010. Grayscale: #7B7B7B. Windows color (decimal): -3588113 or 15679433. OLE color: 15679433.

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

Color convert

RGB 201 63 239 -
CMYK 0.16 0.74 0 0.06
HSL 287.05º 0.85% 0.59% -
HSV(B) 287.05º 0.74% 0.94% -
XYZ 41.44 22.2 83.76 -
YUV 124.33 192.72 182.69 -
System Red Green Blue C M Y K H S L
Decimal 201 63 239 0.16 0.74 0 0.06 287.05 0.85 0.59
Hex C9 3F EF 10 4A 0 6 11F 55 3B
Octal 311 77 357 20 112 0 6 437 125 73
Binary 11001001 111111 11101111 10000 1001010 0 110 100011111 1010101 111011

Color Harmonies of #C93FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FEF

Black with #C93FEF

Text Example


Text Example

White with #C93FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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