Html Css Color HEX #C44FE6 Medium Orchid

📋 copy color: '#C44FE6'

red 196 ◦ green 79 ◦ blue 230

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

Shades of Medium Orchid #C44FE6

Tints of Medium Orchid #C44FE6

RGB

 RED value IS 196 (76.95% from 255) = 38.81%

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

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 38.81%
G = 15.64%
B = 45.54%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C44FE6 (or 0xC44FE6) is known color: Medium Orchid. HEX triplet: C4, 4F and E6. RGB value is (196,79,230). Sum of RGB (Red+Green+Blue) = 196+79+230=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #C44FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44FE6 is #3BB019. Grayscale: #828282. Windows color (decimal): -3911706 or 15093700. OLE color: 15093700.

HSL color Cylindrical-coordinate representation of color #C44FE6: hue angle of 286.49º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44FE6 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 79 230 -
CMYK 0.15 0.66 0 0.10
HSL 286.49º 0.75% 0.61% -
HSV(B) 286.49º 0.66% 0.9% -
XYZ 39.84 23.04 77.21 -
YUV 131.2 183.76 174.22 -
System Red Green Blue C M Y K H S L
Decimal 196 79 230 0.15 0.66 0 0.10 286.49 0.75 0.61
Hex C4 4F E6 F 42 0 A 11E 4B 3D
Octal 304 117 346 17 102 0 12 436 113 75
Binary 11000100 1001111 11100110 1111 1000010 0 1010 100011110 1001011 111101

Color Harmonies of #C44FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44FE6

Black with #C44FE6

Text Example


Text Example

White with #C44FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44FE6; }

 p { color: rgb(196,79,230); }

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

background-color css

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

 a { background-color: rgb(196,79,230); }

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

border-color css

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

 span { border-color: rgb(196,79,230); }

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