Html Css Color HEX #C94AFA Medium Orchid

📋 copy color: '#C94AFA'

red 201 ◦ green 74 ◦ blue 250

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

Shades of Medium Orchid #C94AFA

Tints of Medium Orchid #C94AFA

RGB

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

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

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

R = 38.29%
G = 14.1%
B = 47.62%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C94AFA (or 0xC94AFA) is known color: Medium Orchid. HEX triplet: C9, 4A and FA. RGB value is (201,74,250). Sum of RGB (Red+Green+Blue) = 201+74+250=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #C94AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AFA is #36B505. Grayscale: #838383. Windows color (decimal): -3585286 or 16403145. OLE color: 16403145.

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

Color convert

RGB 201 74 250 -
CMYK 0.20 0.70 0 0.02
HSL 283.3º 0.95% 0.64% -
HSV(B) 283.3º 0.7% 0.98% -
XYZ 43.79 24.22 92.81 -
YUV 132.04 194.58 177.19 -
System Red Green Blue C M Y K H S L
Decimal 201 74 250 0.20 0.70 0 0.02 283.3 0.95 0.64
Hex C9 4A FA 14 46 0 2 11B 5F 40
Octal 311 112 372 24 106 0 2 433 137 100
Binary 11001001 1001010 11111010 10100 1000110 0 10 100011011 1011111 1000000

Color Harmonies of #C94AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AFA

Black with #C94AFA

Text Example


Text Example

White with #C94AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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