Html Css Color HEX #C454E0 Medium Orchid

📋 copy color: '#C454E0'

red 196 ◦ green 84 ◦ blue 224

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

Shades of Medium Orchid #C454E0

Tints of Medium Orchid #C454E0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.67%

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

R = 38.89%
G = 16.67%
B = 44.44%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C454E0 (or 0xC454E0) is known color: Medium Orchid. HEX triplet: C4, 54 and E0. RGB value is (196,84,224). Sum of RGB (Red+Green+Blue) = 196+84+224=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #C454E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454E0 is #3BAB1F. Grayscale: #858585. Windows color (decimal): -3910432 or 14701764. OLE color: 14701764.

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

Color convert

RGB 196 84 224 -
CMYK 0.12 0.62 0 0.12
HSL 288º 0.69% 0.6% -
HSV(B) 288º 0.63% 0.88% -
XYZ 39.39 23.46 72.97 -
YUV 133.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 196 84 224 0.12 0.62 0 0.12 288 0.69 0.6
Hex C4 54 E0 C 3E 0 C 120 45 3C
Octal 304 124 340 14 76 0 14 440 105 74
Binary 11000100 1010100 11100000 1100 111110 0 1100 100100000 1000101 111100

Color Harmonies of #C454E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454E0

Black with #C454E0

Text Example


Text Example

White with #C454E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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