Html Css Color HEX #C94EFA Medium Orchid

📋 copy color: '#C94EFA'

red 201 ◦ green 78 ◦ blue 250

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

Shades of Medium Orchid #C94EFA

Tints of Medium Orchid #C94EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.74%

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

R = 38%
G = 14.74%
B = 47.26%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C94EFA (or 0xC94EFA) is known color: Medium Orchid. HEX triplet: C9, 4E and FA. RGB value is (201,78,250). Sum of RGB (Red+Green+Blue) = 201+78+250=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 78 (30.86% from 255 or 14.74% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #C94EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94EFA is #36B105. Grayscale: #858585. Windows color (decimal): -3584262 or 16404169. OLE color: 16404169.

HSL color Cylindrical-coordinate representation of color #C94EFA: hue angle of 282.91º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94EFA is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 78 250 -
CMYK 0.20 0.69 0 0.02
HSL 282.91º 0.95% 0.64% -
HSV(B) 282.91º 0.69% 0.98% -
XYZ 44.07 24.77 92.9 -
YUV 134.39 193.25 175.51 -
System Red Green Blue C M Y K H S L
Decimal 201 78 250 0.20 0.69 0 0.02 282.91 0.95 0.64
Hex C9 4E FA 14 45 0 2 11B 5F 40
Octal 311 116 372 24 105 0 2 433 137 100
Binary 11001001 1001110 11111010 10100 1000101 0 10 100011011 1011111 1000000

Color Harmonies of #C94EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94EFA

Black with #C94EFA

Text Example


Text Example

White with #C94EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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