Html Css Color HEX #C452DD Medium Orchid

📋 copy color: '#C452DD'

red 196 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #C452DD

Tints of Medium Orchid #C452DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.43%

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

R = 39.28%
G = 16.43%
B = 44.29%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C452DD (or 0xC452DD) is known color: Medium Orchid. HEX triplet: C4, 52 and DD. RGB value is (196,82,221). Sum of RGB (Red+Green+Blue) = 196+82+221=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #C452DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452DD is #3BAD22. Grayscale: #838383. Windows color (decimal): -3910947 or 14504644. OLE color: 14504644.

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

Color convert

RGB 196 82 221 -
CMYK 0.11 0.63 0 0.13
HSL 289.21º 0.67% 0.59% -
HSV(B) 289.21º 0.63% 0.87% -
XYZ 38.83 22.99 70.8 -
YUV 131.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 196 82 221 0.11 0.63 0 0.13 289.21 0.67 0.59
Hex C4 52 DD B 3F 0 D 121 43 3B
Octal 304 122 335 13 77 0 15 441 103 73
Binary 11000100 1010010 11011101 1011 111111 0 1101 100100001 1000011 111011

Color Harmonies of #C452DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452DD

Black with #C452DD

Text Example


Text Example

White with #C452DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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