Html Css Color HEX #C44CEB Medium Orchid

📋 copy color: '#C44CEB'

red 196 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #C44CEB

Tints of Medium Orchid #C44CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.99%

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 38.66%
G = 14.99%
B = 46.35%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C44CEB (or 0xC44CEB) is known color: Medium Orchid. HEX triplet: C4, 4C and EB. RGB value is (196,76,235). Sum of RGB (Red+Green+Blue) = 196+76+235=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #C44CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44CEB is #3BB314. Grayscale: #818181. Windows color (decimal): -3912469 or 15420612. OLE color: 15420612.

HSL color Cylindrical-coordinate representation of color #C44CEB: hue angle of 285.28º degrees, saturation: 0.8, 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 #C44CEB is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 76 235 -
CMYK 0.17 0.68 0 0.08
HSL 285.28º 0.8% 0.61% -
HSV(B) 285.28º 0.68% 0.92% -
XYZ 40.34 22.9 80.89 -
YUV 130.01 187.26 175.07 -
System Red Green Blue C M Y K H S L
Decimal 196 76 235 0.17 0.68 0 0.08 285.28 0.8 0.61
Hex C4 4C EB 11 44 0 8 11D 50 3D
Octal 304 114 353 21 104 0 10 435 120 75
Binary 11000100 1001100 11101011 10001 1000100 0 1000 100011101 1010000 111101

Color Harmonies of #C44CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CEB

Black with #C44CEB

Text Example


Text Example

White with #C44CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CEB; }

 p { color: rgb(196,76,235); }

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

background-color css

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

 a { background-color: rgb(196,76,235); }

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

border-color css

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

 span { border-color: rgb(196,76,235); }

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