Html Css Color HEX #C93EFA Medium Orchid

📋 copy color: '#C93EFA'

red 201 ◦ green 62 ◦ blue 250

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

Shades of Medium Orchid #C93EFA

Tints of Medium Orchid #C93EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 39.18%
G = 12.09%
B = 48.73%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C93EFA (or 0xC93EFA) is known color: Medium Orchid. HEX triplet: C9, 3E and FA. RGB value is (201,62,250). Sum of RGB (Red+Green+Blue) = 201+62+250=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 62 (24.61% from 255 or 12.09% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #C93EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93EFA is #36C105. Grayscale: #7C7C7C. Windows color (decimal): -3588358 or 16400073. OLE color: 16400073.

HSL color Cylindrical-coordinate representation of color #C93EFA: hue angle of 284.36º degrees, saturation: 0.95, 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 #C93EFA is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 62 250 -
CMYK 0.20 0.75 0 0.02
HSL 284.36º 0.95% 0.61% -
HSV(B) 284.36º 0.75% 0.98% -
XYZ 43.07 22.76 92.57 -
YUV 124.99 198.55 182.21 -
System Red Green Blue C M Y K H S L
Decimal 201 62 250 0.20 0.75 0 0.02 284.36 0.95 0.61
Hex C9 3E FA 14 4B 0 2 11C 5F 3D
Octal 311 76 372 24 113 0 2 434 137 75
Binary 11001001 111110 11111010 10100 1001011 0 10 100011100 1011111 111101

Color Harmonies of #C93EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EFA

Black with #C93EFA

Text Example


Text Example

White with #C93EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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