Html Css Color HEX #C453D0 Medium Orchid

📋 copy color: '#C453D0'

red 196 ◦ green 83 ◦ blue 208

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

Shades of Medium Orchid #C453D0

Tints of Medium Orchid #C453D0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.04%

 BLUE value IS 208 (81.64% from 255) = 42.71%

R = 40.25%
G = 17.04%
B = 42.71%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C453D0 (or 0xC453D0) is known color: Medium Orchid. HEX triplet: C4, 53 and D0. RGB value is (196,83,208). Sum of RGB (Red+Green+Blue) = 196+83+208=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #C453D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453D0 is #3BAC2F. Grayscale: #828282. Windows color (decimal): -3910704 or 13652932. OLE color: 13652932.

HSL color Cylindrical-coordinate representation of color #C453D0: hue angle of 294.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C453D0 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 83 208 -
CMYK 0.06 0.60 0 0.18
HSL 294.24º 0.57% 0.57% -
HSV(B) 294.24º 0.6% 0.82% -
XYZ 37.24 22.48 62.05 -
YUV 131.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 196 83 208 0.06 0.60 0 0.18 294.24 0.57 0.57
Hex C4 53 D0 6 3C 0 12 126 39 39
Octal 304 123 320 6 74 0 22 446 71 71
Binary 11000100 1010011 11010000 110 111100 0 10010 100100110 111001 111001

Color Harmonies of #C453D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C453D0

Black with #C453D0

Text Example


Text Example

White with #C453D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C453D0; }

 p { color: rgb(196,83,208); }

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

background-color css

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

 a { background-color: rgb(196,83,208); }

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

border-color css

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

 span { border-color: rgb(196,83,208); }

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