Html Css Color HEX #C44BE0 Medium Orchid

📋 copy color: '#C44BE0'

red 196 ◦ green 75 ◦ blue 224

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

Shades of Medium Orchid #C44BE0

Tints of Medium Orchid #C44BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 39.6%
G = 15.15%
B = 45.25%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C44BE0 (or 0xC44BE0) is known color: Medium Orchid. HEX triplet: C4, 4B and E0. RGB value is (196,75,224). Sum of RGB (Red+Green+Blue) = 196+75+224=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #C44BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BE0 is #3BB41F. Grayscale: #7F7F7F. Windows color (decimal): -3912736 or 14699460. OLE color: 14699460.

HSL color Cylindrical-coordinate representation of color #C44BE0: hue angle of 288.72º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44BE0 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 75 224 -
CMYK 0.12 0.67 0 0.12
HSL 288.72º 0.71% 0.59% -
HSV(B) 288.72º 0.67% 0.88% -
XYZ 38.74 22.15 72.75 -
YUV 128.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 196 75 224 0.12 0.67 0 0.12 288.72 0.71 0.59
Hex C4 4B E0 C 43 0 C 121 47 3B
Octal 304 113 340 14 103 0 14 441 107 73
Binary 11000100 1001011 11100000 1100 1000011 0 1100 100100001 1000111 111011

Color Harmonies of #C44BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BE0

Black with #C44BE0

Text Example


Text Example

White with #C44BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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