Html Css Color HEX #C443DD Medium Orchid

📋 copy color: '#C443DD'

red 196 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #C443DD

Tints of Medium Orchid #C443DD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.84%

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

R = 40.5%
G = 13.84%
B = 45.66%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C443DD (or 0xC443DD) is known color: Medium Orchid. HEX triplet: C4, 43 and DD. RGB value is (196,67,221). Sum of RGB (Red+Green+Blue) = 196+67+221=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #C443DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C443DD is #3BBC22. Grayscale: #7A7A7A. Windows color (decimal): -3914787 or 14500804. OLE color: 14500804.

HSL color Cylindrical-coordinate representation of color #C443DD: hue angle of 290.26º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C443DD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 67 221 -
CMYK 0.11 0.70 0 0.13
HSL 290.26º 0.69% 0.56% -
HSV(B) 290.26º 0.7% 0.87% -
XYZ 37.82 20.97 70.46 -
YUV 123.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 196 67 221 0.11 0.70 0 0.13 290.26 0.69 0.56
Hex C4 43 DD B 46 0 D 122 45 38
Octal 304 103 335 13 106 0 15 442 105 70
Binary 11000100 1000011 11011101 1011 1000110 0 1101 100100010 1000101 111000

Color Harmonies of #C443DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C443DD

Black with #C443DD

Text Example


Text Example

White with #C443DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C443DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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