Html Css Color HEX #C44BEC Medium Orchid

📋 copy color: '#C44BEC'

red 196 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #C44BEC

Tints of Medium Orchid #C44BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 38.66%
G = 14.79%
B = 46.55%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C44BEC (or 0xC44BEC) is known color: Medium Orchid. HEX triplet: C4, 4B and EC. RGB value is (196,75,236). Sum of RGB (Red+Green+Blue) = 196+75+236=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #C44BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44BEC is #3BB413. Grayscale: #818181. Windows color (decimal): -3912724 or 15485892. OLE color: 15485892.

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

Color convert

RGB 196 75 236 -
CMYK 0.17 0.68 0 0.07
HSL 285.09º 0.81% 0.61% -
HSV(B) 285.09º 0.68% 0.93% -
XYZ 40.42 22.82 81.63 -
YUV 129.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 196 75 236 0.17 0.68 0 0.07 285.09 0.81 0.61
Hex C4 4B EC 11 44 0 7 11D 51 3D
Octal 304 113 354 21 104 0 7 435 121 75
Binary 11000100 1001011 11101100 10001 1000100 0 111 100011101 1010001 111101

Color Harmonies of #C44BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BEC

Black with #C44BEC

Text Example


Text Example

White with #C44BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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