Html Css Color HEX #C94CF4 Medium Orchid

📋 copy color: '#C94CF4'

red 201 ◦ green 76 ◦ blue 244

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

Shades of Medium Orchid #C94CF4

Tints of Medium Orchid #C94CF4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.59%

 BLUE value IS 244 (95.7% from 255) = 46.83%

R = 38.58%
G = 14.59%
B = 46.83%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C94CF4 (or 0xC94CF4) is known color: Medium Orchid. HEX triplet: C9, 4C and F4. RGB value is (201,76,244). Sum of RGB (Red+Green+Blue) = 201+76+244=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #C94CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CF4 is #36B30B. Grayscale: #838383. Windows color (decimal): -3584780 or 16010441. OLE color: 16010441.

HSL color Cylindrical-coordinate representation of color #C94CF4: hue angle of 284.64º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94CF4 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 76 244 -
CMYK 0.18 0.69 0 0.04
HSL 284.64º 0.88% 0.63% -
HSV(B) 284.64º 0.69% 0.96% -
XYZ 43 24.12 87.98 -
YUV 132.53 190.91 176.84 -
System Red Green Blue C M Y K H S L
Decimal 201 76 244 0.18 0.69 0 0.04 284.64 0.88 0.63
Hex C9 4C F4 12 45 0 4 11D 58 3F
Octal 311 114 364 22 105 0 4 435 130 77
Binary 11001001 1001100 11110100 10010 1000101 0 100 100011101 1011000 111111

Color Harmonies of #C94CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CF4

Black with #C94CF4

Text Example


Text Example

White with #C94CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CF4; }

 p { color: rgb(201,76,244); }

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

background-color css

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

 a { background-color: rgb(201,76,244); }

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

border-color css

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

 span { border-color: rgb(201,76,244); }

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