Html Css Color HEX #C44AEA Medium Orchid

📋 copy color: '#C44AEA'

red 196 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #C44AEA

Tints of Medium Orchid #C44AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 38.89%
G = 14.68%
B = 46.43%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C44AEA (or 0xC44AEA) is known color: Medium Orchid. HEX triplet: C4, 4A and EA. RGB value is (196,74,234). Sum of RGB (Red+Green+Blue) = 196+74+234=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #C44AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44AEA is #3BB515. Grayscale: #808080. Windows color (decimal): -3912982 or 15354564. OLE color: 15354564.

HSL color Cylindrical-coordinate representation of color #C44AEA: hue angle of 285.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C44AEA is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 74 234 -
CMYK 0.16 0.68 0 0.08
HSL 285.75º 0.79% 0.6% -
HSV(B) 285.75º 0.68% 0.92% -
XYZ 40.07 22.57 80.09 -
YUV 128.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 196 74 234 0.16 0.68 0 0.08 285.75 0.79 0.6
Hex C4 4A EA 10 44 0 8 11E 4F 3C
Octal 304 112 352 20 104 0 10 436 117 74
Binary 11000100 1001010 11101010 10000 1000100 0 1000 100011110 1001111 111100

Color Harmonies of #C44AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44AEA

Black with #C44AEA

Text Example


Text Example

White with #C44AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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