Html Css Color HEX #C44BEA Medium Orchid

📋 copy color: '#C44BEA'

red 196 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #C44BEA

Tints of Medium Orchid #C44BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.85%

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

R = 38.81%
G = 14.85%
B = 46.34%

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

#C44BEA (or 0xC44BEA) is known color: Medium Orchid. HEX triplet: C4, 4B and EA. RGB value is (196,75,234). Sum of RGB (Red+Green+Blue) = 196+75+234=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #C44BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44BEA is #3BB415. Grayscale: #808080. Windows color (decimal): -3912726 or 15354820. OLE color: 15354820.

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

Color convert

RGB 196 75 234 -
CMYK 0.16 0.68 0 0.08
HSL 285.66º 0.79% 0.61% -
HSV(B) 285.66º 0.68% 0.92% -
XYZ 40.13 22.71 80.11 -
YUV 129.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 196 75 234 0.16 0.68 0 0.08 285.66 0.79 0.61
Hex C4 4B EA 10 44 0 8 11E 4F 3D
Octal 304 113 352 20 104 0 10 436 117 75
Binary 11000100 1001011 11101010 10000 1000100 0 1000 100011110 1001111 111101

Color Harmonies of #C44BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BEA

Black with #C44BEA

Text Example


Text Example

White with #C44BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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