Html Css Color HEX #C94DFA Medium Orchid

📋 copy color: '#C94DFA'

red 201 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #C94DFA

Tints of Medium Orchid #C94DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.58%

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

R = 38.07%
G = 14.58%
B = 47.35%

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

#C94DFA (or 0xC94DFA) is known color: Medium Orchid. HEX triplet: C9, 4D and FA. RGB value is (201,77,250). Sum of RGB (Red+Green+Blue) = 201+77+250=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #C94DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DFA is #36B205. Grayscale: #858585. Windows color (decimal): -3584518 or 16403913. OLE color: 16403913.

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

Color convert

RGB 201 77 250 -
CMYK 0.20 0.69 0 0.02
HSL 283.01º 0.95% 0.64% -
HSV(B) 283.01º 0.69% 0.98% -
XYZ 44 24.63 92.88 -
YUV 133.8 193.58 175.93 -
System Red Green Blue C M Y K H S L
Decimal 201 77 250 0.20 0.69 0 0.02 283.01 0.95 0.64
Hex C9 4D FA 14 45 0 2 11B 5F 40
Octal 311 115 372 24 105 0 2 433 137 100
Binary 11001001 1001101 11111010 10100 1000101 0 10 100011011 1011111 1000000

Color Harmonies of #C94DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DFA

Black with #C94DFA

Text Example


Text Example

White with #C94DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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