Html Css Color HEX #C44AEE Medium Orchid

📋 copy color: '#C44AEE'

red 196 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #C44AEE

Tints of Medium Orchid #C44AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.57%

 BLUE value IS 238 (93.36% from 255) = 46.85%

R = 38.58%
G = 14.57%
B = 46.85%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C44AEE (or 0xC44AEE) is known color: Medium Orchid. HEX triplet: C4, 4A and EE. RGB value is (196,74,238). Sum of RGB (Red+Green+Blue) = 196+74+238=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #C44AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44AEE is #3BB511. Grayscale: #808080. Windows color (decimal): -3912978 or 15616708. OLE color: 15616708.

HSL color Cylindrical-coordinate representation of color #C44AEE: hue angle of 284.63º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44AEE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 74 238 -
CMYK 0.18 0.69 0 0.07
HSL 284.63º 0.83% 0.61% -
HSV(B) 284.63º 0.69% 0.93% -
XYZ 40.65 22.81 83.15 -
YUV 129.17 189.42 175.66 -
System Red Green Blue C M Y K H S L
Decimal 196 74 238 0.18 0.69 0 0.07 284.63 0.83 0.61
Hex C4 4A EE 12 45 0 7 11D 53 3D
Octal 304 112 356 22 105 0 7 435 123 75
Binary 11000100 1001010 11101110 10010 1000101 0 111 100011101 1010011 111101

Color Harmonies of #C44AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44AEE

Black with #C44AEE

Text Example


Text Example

White with #C44AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44AEE; }

 p { color: rgb(196,74,238); }

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

background-color css

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

 a { background-color: rgb(196,74,238); }

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

border-color css

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

 span { border-color: rgb(196,74,238); }

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