Html Css Color HEX #C93EFD Medium Orchid

📋 copy color: '#C93EFD'

red 201 ◦ green 62 ◦ blue 253

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

Shades of Medium Orchid #C93EFD

Tints of Medium Orchid #C93EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 38.95%
G = 12.02%
B = 49.03%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C93EFD (or 0xC93EFD) is known color: Medium Orchid. HEX triplet: C9, 3E and FD. RGB value is (201,62,253). Sum of RGB (Red+Green+Blue) = 201+62+253=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 62 (24.61% from 255 or 12.02% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #C93EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93EFD is #36C102. Grayscale: #7C7C7C. Windows color (decimal): -3588355 or 16596681. OLE color: 16596681.

HSL color Cylindrical-coordinate representation of color #C93EFD: hue angle of 283.66º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93EFD is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 62 253 -
CMYK 0.21 0.75 0 0.01
HSL 283.66º 0.98% 0.62% -
HSV(B) 283.66º 0.75% 0.99% -
XYZ 43.54 22.95 95.06 -
YUV 125.34 200.05 181.97 -
System Red Green Blue C M Y K H S L
Decimal 201 62 253 0.21 0.75 0 0.01 283.66 0.98 0.62
Hex C9 3E FD 15 4B 0 1 11C 62 3E
Octal 311 76 375 25 113 0 1 434 142 76
Binary 11001001 111110 11111101 10101 1001011 0 1 100011100 1100010 111110

Color Harmonies of #C93EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EFD

Black with #C93EFD

Text Example


Text Example

White with #C93EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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