Html Css Color HEX #C44FE5 Medium Orchid

📋 copy color: '#C44FE5'

red 196 ◦ green 79 ◦ blue 229

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

Shades of Medium Orchid #C44FE5

Tints of Medium Orchid #C44FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.44%

R = 38.89%
G = 15.67%
B = 45.44%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C44FE5 (or 0xC44FE5) is known color: Medium Orchid. HEX triplet: C4, 4F and E5. RGB value is (196,79,229). Sum of RGB (Red+Green+Blue) = 196+79+229=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #C44FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FE5 is #3BB01A. Grayscale: #828282. Windows color (decimal): -3911707 or 15028164. OLE color: 15028164.

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

Color convert

RGB 196 79 229 -
CMYK 0.14 0.66 0 0.10
HSL 286.8º 0.74% 0.6% -
HSV(B) 286.8º 0.66% 0.9% -
XYZ 39.7 22.98 76.47 -
YUV 131.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 196 79 229 0.14 0.66 0 0.10 286.8 0.74 0.6
Hex C4 4F E5 E 42 0 A 11F 4A 3C
Octal 304 117 345 16 102 0 12 437 112 74
Binary 11000100 1001111 11100101 1110 1000010 0 1010 100011111 1001010 111100

Color Harmonies of #C44FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44FE5

Black with #C44FE5

Text Example


Text Example

White with #C44FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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