Html Css Color HEX #C94FEF Medium Orchid

📋 copy color: '#C94FEF'

red 201 ◦ green 79 ◦ blue 239

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

Shades of Medium Orchid #C94FEF

Tints of Medium Orchid #C94FEF

RGB

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

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

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

R = 38.73%
G = 15.22%
B = 46.05%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C94FEF (or 0xC94FEF) is known color: Medium Orchid. HEX triplet: C9, 4F and EF. RGB value is (201,79,239). Sum of RGB (Red+Green+Blue) = 201+79+239=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #C94FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94FEF is #36B010. Grayscale: #858585. Windows color (decimal): -3584017 or 15683529. OLE color: 15683529.

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

Color convert

RGB 201 79 239 -
CMYK 0.16 0.67 0 0.06
HSL 285.75º 0.83% 0.62% -
HSV(B) 285.75º 0.67% 0.94% -
XYZ 42.46 24.24 84.1 -
YUV 133.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 201 79 239 0.16 0.67 0 0.06 285.75 0.83 0.62
Hex C9 4F EF 10 43 0 6 11E 53 3E
Octal 311 117 357 20 103 0 6 436 123 76
Binary 11001001 1001111 11101111 10000 1000011 0 110 100011110 1010011 111110

Color Harmonies of #C94FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94FEF

Black with #C94FEF

Text Example


Text Example

White with #C94FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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