Html Css Color HEX #C44EEE Medium Orchid

📋 copy color: '#C44EEE'

red 196 ◦ green 78 ◦ blue 238

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

Shades of Medium Orchid #C44EEE

Tints of Medium Orchid #C44EEE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.23%

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 38.28%
G = 15.23%
B = 46.48%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C44EEE (or 0xC44EEE) is known color: Medium Orchid. HEX triplet: C4, 4E and EE. RGB value is (196,78,238). Sum of RGB (Red+Green+Blue) = 196+78+238=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #C44EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44EEE is #3BB111. Grayscale: #838383. Windows color (decimal): -3911954 or 15617732. OLE color: 15617732.

HSL color Cylindrical-coordinate representation of color #C44EEE: hue angle of 284.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44EEE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 78 238 -
CMYK 0.18 0.67 0 0.07
HSL 284.25º 0.82% 0.62% -
HSV(B) 284.25º 0.67% 0.93% -
XYZ 40.92 23.36 83.24 -
YUV 131.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 196 78 238 0.18 0.67 0 0.07 284.25 0.82 0.62
Hex C4 4E EE 12 43 0 7 11C 52 3E
Octal 304 116 356 22 103 0 7 434 122 76
Binary 11000100 1001110 11101110 10010 1000011 0 111 100011100 1010010 111110

Color Harmonies of #C44EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44EEE

Black with #C44EEE

Text Example


Text Example

White with #C44EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44EEE; }

 p { color: rgb(196,78,238); }

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

background-color css

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

 a { background-color: rgb(196,78,238); }

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

border-color css

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

 span { border-color: rgb(196,78,238); }

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