Html Css Color HEX #C94CF6 Medium Orchid

📋 copy color: '#C94CF6'

red 201 ◦ green 76 ◦ blue 246

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

Shades of Medium Orchid #C94CF6

Tints of Medium Orchid #C94CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.04%

R = 38.43%
G = 14.53%
B = 47.04%

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

#C94CF6 (or 0xC94CF6) is known color: Medium Orchid. HEX triplet: C9, 4C and F6. RGB value is (201,76,246). Sum of RGB (Red+Green+Blue) = 201+76+246=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #C94CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CF6 is #36B309. Grayscale: #848484. Windows color (decimal): -3584778 or 16141513. OLE color: 16141513.

HSL color Cylindrical-coordinate representation of color #C94CF6: hue angle of 284.12º degrees, saturation: 0.9, 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 #C94CF6 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 76 246 -
CMYK 0.18 0.69 0 0.04
HSL 284.12º 0.9% 0.63% -
HSV(B) 284.12º 0.69% 0.96% -
XYZ 43.31 24.24 89.59 -
YUV 132.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 201 76 246 0.18 0.69 0 0.04 284.12 0.9 0.63
Hex C9 4C F6 12 45 0 4 11C 5A 3F
Octal 311 114 366 22 105 0 4 434 132 77
Binary 11001001 1001100 11110110 10010 1000101 0 100 100011100 1011010 111111

Color Harmonies of #C94CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CF6

Black with #C94CF6

Text Example


Text Example

White with #C94CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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