Html Css Color HEX #C452DF Medium Orchid

📋 copy color: '#C452DF'

red 196 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #C452DF

Tints of Medium Orchid #C452DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 39.12%
G = 16.37%
B = 44.51%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C452DF (or 0xC452DF) is known color: Medium Orchid. HEX triplet: C4, 52 and DF. RGB value is (196,82,223). Sum of RGB (Red+Green+Blue) = 196+82+223=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C452DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452DF is #3BAD20. Grayscale: #838383. Windows color (decimal): -3910945 or 14635716. OLE color: 14635716.

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

Color convert

RGB 196 82 223 -
CMYK 0.12 0.63 0 0.13
HSL 288.51º 0.69% 0.6% -
HSV(B) 288.51º 0.63% 0.87% -
XYZ 39.1 23.1 72.21 -
YUV 132.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 196 82 223 0.12 0.63 0 0.13 288.51 0.69 0.6
Hex C4 52 DF C 3F 0 D 121 45 3C
Octal 304 122 337 14 77 0 15 441 105 74
Binary 11000100 1010010 11011111 1100 111111 0 1101 100100001 1000101 111100

Color Harmonies of #C452DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452DF

Black with #C452DF

Text Example


Text Example

White with #C452DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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