Html Css Color HEX #C93EF9 Medium Orchid

📋 copy color: '#C93EF9'

red 201 ◦ green 62 ◦ blue 249

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

Shades of Medium Orchid #C93EF9

Tints of Medium Orchid #C93EF9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.11%

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 39.26%
G = 12.11%
B = 48.63%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C93EF9 (or 0xC93EF9) is known color: Medium Orchid. HEX triplet: C9, 3E and F9. RGB value is (201,62,249). Sum of RGB (Red+Green+Blue) = 201+62+249=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #C93EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93EF9 is #36C106. Grayscale: #7C7C7C. Windows color (decimal): -3588359 or 16334537. OLE color: 16334537.

HSL color Cylindrical-coordinate representation of color #C93EF9: hue angle of 284.6º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93EF9 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 62 249 -
CMYK 0.19 0.75 0 0.02
HSL 284.6º 0.94% 0.61% -
HSV(B) 284.6º 0.75% 0.98% -
XYZ 42.91 22.7 91.74 -
YUV 124.88 198.05 182.29 -
System Red Green Blue C M Y K H S L
Decimal 201 62 249 0.19 0.75 0 0.02 284.6 0.94 0.61
Hex C9 3E F9 13 4B 0 2 11D 5E 3D
Octal 311 76 371 23 113 0 2 435 136 75
Binary 11001001 111110 11111001 10011 1001011 0 10 100011101 1011110 111101

Color Harmonies of #C93EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EF9

Black with #C93EF9

Text Example


Text Example

White with #C93EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EF9; }

 p { color: rgb(201,62,249); }

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

background-color css

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

 a { background-color: rgb(201,62,249); }

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

border-color css

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

 span { border-color: rgb(201,62,249); }

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