Html Css Color HEX #C44CD4 Medium Orchid

📋 copy color: '#C44CD4'

red 196 ◦ green 76 ◦ blue 212

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

Shades of Medium Orchid #C44CD4

Tints of Medium Orchid #C44CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.8%

R = 40.5%
G = 15.7%
B = 43.8%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C44CD4 (or 0xC44CD4) is known color: Medium Orchid. HEX triplet: C4, 4C and D4. RGB value is (196,76,212). Sum of RGB (Red+Green+Blue) = 196+76+212=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #C44CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CD4 is #3BB32B. Grayscale: #7E7E7E. Windows color (decimal): -3912492 or 13913284. OLE color: 13913284.

HSL color Cylindrical-coordinate representation of color #C44CD4: hue angle of 292.94º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44CD4 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 76 212 -
CMYK 0.08 0.64 0 0.17
HSL 292.94º 0.61% 0.56% -
HSV(B) 292.94º 0.64% 0.83% -
XYZ 37.23 21.66 64.51 -
YUV 127.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 196 76 212 0.08 0.64 0 0.17 292.94 0.61 0.56
Hex C4 4C D4 8 40 0 11 125 3D 38
Octal 304 114 324 10 100 0 21 445 75 70
Binary 11000100 1001100 11010100 1000 1000000 0 10001 100100101 111101 111000

Color Harmonies of #C44CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CD4

Black with #C44CD4

Text Example


Text Example

White with #C44CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CD4; }

 p { color: rgb(196,76,212); }

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

background-color css

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

 a { background-color: rgb(196,76,212); }

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

border-color css

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

 span { border-color: rgb(196,76,212); }

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