Html Css Color HEX #C44CDE Medium Orchid

📋 copy color: '#C44CDE'

red 196 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #C44CDE

Tints of Medium Orchid #C44CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 39.68%
G = 15.38%
B = 44.94%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C44CDE (or 0xC44CDE) is known color: Medium Orchid. HEX triplet: C4, 4C and DE. RGB value is (196,76,222). Sum of RGB (Red+Green+Blue) = 196+76+222=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #C44CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CDE is #3BB321. Grayscale: #808080. Windows color (decimal): -3912482 or 14568644. OLE color: 14568644.

HSL color Cylindrical-coordinate representation of color #C44CDE: hue angle of 289.32º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44CDE is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 76 222 -
CMYK 0.12 0.66 0 0.13
HSL 289.32º 0.69% 0.58% -
HSV(B) 289.32º 0.66% 0.87% -
XYZ 38.53 22.18 71.36 -
YUV 128.52 180.76 176.13 -
System Red Green Blue C M Y K H S L
Decimal 196 76 222 0.12 0.66 0 0.13 289.32 0.69 0.58
Hex C4 4C DE C 42 0 D 121 45 3A
Octal 304 114 336 14 102 0 15 441 105 72
Binary 11000100 1001100 11011110 1100 1000010 0 1101 100100001 1000101 111010

Color Harmonies of #C44CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CDE

Black with #C44CDE

Text Example


Text Example

White with #C44CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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