Html Css Color HEX #C452DC Medium Orchid

📋 copy color: '#C452DC'

red 196 ◦ green 82 ◦ blue 220

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

Shades of Medium Orchid #C452DC

Tints of Medium Orchid #C452DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 39.36%
G = 16.47%
B = 44.18%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C452DC (or 0xC452DC) is known color: Medium Orchid. HEX triplet: C4, 52 and DC. RGB value is (196,82,220). Sum of RGB (Red+Green+Blue) = 196+82+220=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #C452DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452DC is #3BAD23. Grayscale: #838383. Windows color (decimal): -3910948 or 14439108. OLE color: 14439108.

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

Color convert

RGB 196 82 220 -
CMYK 0.11 0.63 0 0.14
HSL 289.57º 0.66% 0.59% -
HSV(B) 289.57º 0.63% 0.86% -
XYZ 38.7 22.94 70.1 -
YUV 131.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 196 82 220 0.11 0.63 0 0.14 289.57 0.66 0.59
Hex C4 52 DC B 3F 0 E 122 42 3B
Octal 304 122 334 13 77 0 16 442 102 73
Binary 11000100 1010010 11011100 1011 111111 0 1110 100100010 1000010 111011

Color Harmonies of #C452DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452DC

Black with #C452DC

Text Example


Text Example

White with #C452DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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