Html Css Color HEX #C94DEF Medium Orchid

📋 copy color: '#C94DEF'

red 201 ◦ green 77 ◦ blue 239

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

Shades of Medium Orchid #C94DEF

Tints of Medium Orchid #C94DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 38.88%
G = 14.89%
B = 46.23%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C94DEF (or 0xC94DEF) is known color: Medium Orchid. HEX triplet: C9, 4D and EF. RGB value is (201,77,239). Sum of RGB (Red+Green+Blue) = 201+77+239=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #C94DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DEF is #36B210. Grayscale: #848484. Windows color (decimal): -3584529 or 15683017. OLE color: 15683017.

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

Color convert

RGB 201 77 239 -
CMYK 0.16 0.68 0 0.06
HSL 285.93º 0.84% 0.62% -
HSV(B) 285.93º 0.68% 0.94% -
XYZ 42.32 23.96 84.05 -
YUV 132.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 201 77 239 0.16 0.68 0 0.06 285.93 0.84 0.62
Hex C9 4D EF 10 44 0 6 11E 54 3E
Octal 311 115 357 20 104 0 6 436 124 76
Binary 11001001 1001101 11101111 10000 1000100 0 110 100011110 1010100 111110

Color Harmonies of #C94DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DEF

Black with #C94DEF

Text Example


Text Example

White with #C94DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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