Html Css Color HEX #C44BEF Medium Orchid

📋 copy color: '#C44BEF'

red 196 ◦ green 75 ◦ blue 239

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

Shades of Medium Orchid #C44BEF

Tints of Medium Orchid #C44BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 38.43%
G = 14.71%
B = 46.86%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C44BEF (or 0xC44BEF) is known color: Medium Orchid. HEX triplet: C4, 4B and EF. RGB value is (196,75,239). Sum of RGB (Red+Green+Blue) = 196+75+239=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #C44BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44BEF is #3BB410. Grayscale: #818181. Windows color (decimal): -3912721 or 15682500. OLE color: 15682500.

HSL color Cylindrical-coordinate representation of color #C44BEF: hue angle of 284.27º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44BEF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 75 239 -
CMYK 0.18 0.69 0 0.06
HSL 284.27º 0.84% 0.62% -
HSV(B) 284.27º 0.69% 0.94% -
XYZ 40.86 23 83.95 -
YUV 129.88 189.59 175.16 -
System Red Green Blue C M Y K H S L
Decimal 196 75 239 0.18 0.69 0 0.06 284.27 0.84 0.62
Hex C4 4B EF 12 45 0 6 11C 54 3E
Octal 304 113 357 22 105 0 6 434 124 76
Binary 11000100 1001011 11101111 10010 1000101 0 110 100011100 1010100 111110

Color Harmonies of #C44BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BEF

Black with #C44BEF

Text Example


Text Example

White with #C44BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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