Html Css Color HEX #C94FF6 Medium Orchid

📋 copy color: '#C94FF6'

red 201 ◦ green 79 ◦ blue 246

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

Shades of Medium Orchid #C94FF6

Tints of Medium Orchid #C94FF6

RGB

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

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

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

R = 38.21%
G = 15.02%
B = 46.77%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C94FF6 (or 0xC94FF6) is known color: Medium Orchid. HEX triplet: C9, 4F and F6. RGB value is (201,79,246). Sum of RGB (Red+Green+Blue) = 201+79+246=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #C94FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94FF6 is #36B009. Grayscale: #858585. Windows color (decimal): -3584010 or 16142281. OLE color: 16142281.

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

Color convert

RGB 201 79 246 -
CMYK 0.18 0.68 0 0.04
HSL 283.83º 0.9% 0.64% -
HSV(B) 283.83º 0.68% 0.96% -
XYZ 43.52 24.66 89.66 -
YUV 134.52 190.92 175.42 -
System Red Green Blue C M Y K H S L
Decimal 201 79 246 0.18 0.68 0 0.04 283.83 0.9 0.64
Hex C9 4F F6 12 44 0 4 11C 5A 40
Octal 311 117 366 22 104 0 4 434 132 100
Binary 11001001 1001111 11110110 10010 1000100 0 100 100011100 1011010 1000000

Color Harmonies of #C94FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94FF6

Black with #C94FF6

Text Example


Text Example

White with #C94FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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