Html Css Color HEX #C94FF1 Medium Orchid

📋 copy color: '#C94FF1'

red 201 ◦ green 79 ◦ blue 241

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

Shades of Medium Orchid #C94FF1

Tints of Medium Orchid #C94FF1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.16%

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

R = 38.58%
G = 15.16%
B = 46.26%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C94FF1 (or 0xC94FF1) is known color: Medium Orchid. HEX triplet: C9, 4F and F1. RGB value is (201,79,241). Sum of RGB (Red+Green+Blue) = 201+79+241=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #C94FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94FF1 is #36B00E. Grayscale: #858585. Windows color (decimal): -3584015 or 15814601. OLE color: 15814601.

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

Color convert

RGB 201 79 241 -
CMYK 0.17 0.67 0 0.05
HSL 285.19º 0.85% 0.63% -
HSV(B) 285.19º 0.67% 0.95% -
XYZ 42.76 24.36 85.67 -
YUV 133.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 201 79 241 0.17 0.67 0 0.05 285.19 0.85 0.63
Hex C9 4F F1 11 43 0 5 11D 55 3F
Octal 311 117 361 21 103 0 5 435 125 77
Binary 11001001 1001111 11110001 10001 1000011 0 101 100011101 1010101 111111

Color Harmonies of #C94FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94FF1

Black with #C94FF1

Text Example


Text Example

White with #C94FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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