Html Css Color HEX #C94FD5 Medium Orchid

📋 copy color: '#C94FD5'

red 201 ◦ green 79 ◦ blue 213

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

Shades of Medium Orchid #C94FD5

Tints of Medium Orchid #C94FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.2%

R = 40.77%
G = 16.02%
B = 43.2%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C94FD5 (or 0xC94FD5) is known color: Medium Orchid. HEX triplet: C9, 4F and D5. RGB value is (201,79,213). Sum of RGB (Red+Green+Blue) = 201+79+213=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #C94FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FD5 is #36B02A. Grayscale: #828282. Windows color (decimal): -3584043 or 13979593. OLE color: 13979593.

HSL color Cylindrical-coordinate representation of color #C94FD5: hue angle of 294.63º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94FD5 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 79 213 -
CMYK 0.06 0.63 0 0.16
HSL 294.63º 0.61% 0.57% -
HSV(B) 294.63º 0.63% 0.84% -
XYZ 38.89 22.81 65.3 -
YUV 130.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 201 79 213 0.06 0.63 0 0.16 294.63 0.61 0.57
Hex C9 4F D5 6 3F 0 10 127 3D 39
Octal 311 117 325 6 77 0 20 447 75 71
Binary 11001001 1001111 11010101 110 111111 0 10000 100100111 111101 111001

Color Harmonies of #C94FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94FD5

Black with #C94FD5

Text Example


Text Example

White with #C94FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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