Html Css Color HEX #C450E0 Medium Orchid

📋 copy color: '#C450E0'

red 196 ◦ green 80 ◦ blue 224

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

Shades of Medium Orchid #C450E0

Tints of Medium Orchid #C450E0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16%

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 39.2%
G = 16%
B = 44.8%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C450E0 (or 0xC450E0) is known color: Medium Orchid. HEX triplet: C4, 50 and E0. RGB value is (196,80,224). Sum of RGB (Red+Green+Blue) = 196+80+224=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #C450E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450E0 is #3BAF1F. Grayscale: #828282. Windows color (decimal): -3911456 or 14700740. OLE color: 14700740.

HSL color Cylindrical-coordinate representation of color #C450E0: hue angle of 288.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C450E0 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 80 224 -
CMYK 0.12 0.64 0 0.12
HSL 288.33º 0.7% 0.6% -
HSV(B) 288.33º 0.64% 0.88% -
XYZ 39.09 22.85 72.87 -
YUV 131.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 196 80 224 0.12 0.64 0 0.12 288.33 0.7 0.6
Hex C4 50 E0 C 40 0 C 120 46 3C
Octal 304 120 340 14 100 0 14 440 106 74
Binary 11000100 1010000 11100000 1100 1000000 0 1100 100100000 1000110 111100

Color Harmonies of #C450E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450E0

Black with #C450E0

Text Example


Text Example

White with #C450E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450E0; }

 p { color: rgb(196,80,224); }

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

background-color css

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

 a { background-color: rgb(196,80,224); }

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

border-color css

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

 span { border-color: rgb(196,80,224); }

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