Html Css Color HEX #C94AF1 Medium Orchid

📋 copy color: '#C94AF1'

red 201 ◦ green 74 ◦ blue 241

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

Shades of Medium Orchid #C94AF1

Tints of Medium Orchid #C94AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.34%

 BLUE value IS 241 (94.53% from 255) = 46.71%

R = 38.95%
G = 14.34%
B = 46.71%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C94AF1 (or 0xC94AF1) is known color: Medium Orchid. HEX triplet: C9, 4A and F1. RGB value is (201,74,241). Sum of RGB (Red+Green+Blue) = 201+74+241=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #C94AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AF1 is #36B50E. Grayscale: #828282. Windows color (decimal): -3585295 or 15813321. OLE color: 15813321.

HSL color Cylindrical-coordinate representation of color #C94AF1: hue angle of 285.63º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94AF1 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 74 241 -
CMYK 0.17 0.69 0 0.05
HSL 285.63º 0.86% 0.62% -
HSV(B) 285.63º 0.69% 0.95% -
XYZ 42.41 23.67 85.55 -
YUV 131.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 201 74 241 0.17 0.69 0 0.05 285.63 0.86 0.62
Hex C9 4A F1 11 45 0 5 11E 56 3E
Octal 311 112 361 21 105 0 5 436 126 76
Binary 11001001 1001010 11110001 10001 1000101 0 101 100011110 1010110 111110

Color Harmonies of #C94AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AF1

Black with #C94AF1

Text Example


Text Example

White with #C94AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AF1; }

 p { color: rgb(201,74,241); }

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

background-color css

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

 a { background-color: rgb(201,74,241); }

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

border-color css

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

 span { border-color: rgb(201,74,241); }

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