Html Css Color HEX #C94EF5 Medium Orchid

📋 copy color: '#C94EF5'

red 201 ◦ green 78 ◦ blue 245

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

Shades of Medium Orchid #C94EF5

Tints of Medium Orchid #C94EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.76%

R = 38.36%
G = 14.89%
B = 46.76%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C94EF5 (or 0xC94EF5) is known color: Medium Orchid. HEX triplet: C9, 4E and F5. RGB value is (201,78,245). Sum of RGB (Red+Green+Blue) = 201+78+245=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #C94EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94EF5 is #36B10A. Grayscale: #858585. Windows color (decimal): -3584267 or 16076489. OLE color: 16076489.

HSL color Cylindrical-coordinate representation of color #C94EF5: hue angle of 284.19º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94EF5 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 78 245 -
CMYK 0.18 0.68 0 0.04
HSL 284.19º 0.89% 0.63% -
HSV(B) 284.19º 0.68% 0.96% -
XYZ 43.29 24.46 88.83 -
YUV 133.82 190.75 175.92 -
System Red Green Blue C M Y K H S L
Decimal 201 78 245 0.18 0.68 0 0.04 284.19 0.89 0.63
Hex C9 4E F5 12 44 0 4 11C 59 3F
Octal 311 116 365 22 104 0 4 434 131 77
Binary 11001001 1001110 11110101 10010 1000100 0 100 100011100 1011001 111111

Color Harmonies of #C94EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94EF5

Black with #C94EF5

Text Example


Text Example

White with #C94EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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