Html Css Color HEX #C453CF Medium Orchid

📋 copy color: '#C453CF'

red 196 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #C453CF

Tints of Medium Orchid #C453CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 40.33%
G = 17.08%
B = 42.59%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C453CF (or 0xC453CF) is known color: Medium Orchid. HEX triplet: C4, 53 and CF. RGB value is (196,83,207). Sum of RGB (Red+Green+Blue) = 196+83+207=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #C453CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453CF is #3BAC30. Grayscale: #828282. Windows color (decimal): -3910705 or 13587396. OLE color: 13587396.

HSL color Cylindrical-coordinate representation of color #C453CF: hue angle of 294.68º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C453CF is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 83 207 -
CMYK 0.05 0.60 0 0.19
HSL 294.68º 0.56% 0.57% -
HSV(B) 294.68º 0.6% 0.81% -
XYZ 37.12 22.43 61.4 -
YUV 130.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 196 83 207 0.05 0.60 0 0.19 294.68 0.56 0.57
Hex C4 53 CF 5 3C 0 13 127 38 39
Octal 304 123 317 5 74 0 23 447 70 71
Binary 11000100 1010011 11001111 101 111100 0 10011 100100111 111000 111001

Color Harmonies of #C453CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C453CF

Black with #C453CF

Text Example


Text Example

White with #C453CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C453CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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