Html Css Color HEX #C438DD Medium Orchid

📋 copy color: '#C438DD'

red 196 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #C438DD

Tints of Medium Orchid #C438DD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.84%

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 41.44%
G = 11.84%
B = 46.72%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C438DD (or 0xC438DD) is known color: Medium Orchid. HEX triplet: C4, 38 and DD. RGB value is (196,56,221). Sum of RGB (Red+Green+Blue) = 196+56+221=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #C438DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C438DD is #3BC722. Grayscale: #747474. Windows color (decimal): -3917603 or 14497988. OLE color: 14497988.

HSL color Cylindrical-coordinate representation of color #C438DD: hue angle of 290.91º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C438DD is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 56 221 -
CMYK 0.11 0.75 0 0.13
HSL 290.91º 0.71% 0.54% -
HSV(B) 290.91º 0.75% 0.87% -
XYZ 37.23 19.78 70.26 -
YUV 116.67 186.88 184.58 -
System Red Green Blue C M Y K H S L
Decimal 196 56 221 0.11 0.75 0 0.13 290.91 0.71 0.54
Hex C4 38 DD B 4B 0 D 123 47 36
Octal 304 70 335 13 113 0 15 443 107 66
Binary 11000100 111000 11011101 1011 1001011 0 1101 100100011 1000111 110110

Color Harmonies of #C438DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C438DD

Black with #C438DD

Text Example


Text Example

White with #C438DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C438DD; }

 p { color: rgb(196,56,221); }

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

background-color css

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

 a { background-color: rgb(196,56,221); }

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

border-color css

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

 span { border-color: rgb(196,56,221); }

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