Html Css Color HEX #C454D7 Medium Orchid

📋 copy color: '#C454D7'

red 196 ◦ green 84 ◦ blue 215

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

Shades of Medium Orchid #C454D7

Tints of Medium Orchid #C454D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.43%

R = 39.6%
G = 16.97%
B = 43.43%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C454D7 (or 0xC454D7) is known color: Medium Orchid. HEX triplet: C4, 54 and D7. RGB value is (196,84,215). Sum of RGB (Red+Green+Blue) = 196+84+215=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #C454D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454D7 is #3BAB28. Grayscale: #848484. Windows color (decimal): -3910441 or 14111940. OLE color: 14111940.

HSL color Cylindrical-coordinate representation of color #C454D7: hue angle of 291.3º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C454D7 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 84 215 -
CMYK 0.09 0.61 0 0.16
HSL 291.3º 0.62% 0.59% -
HSV(B) 291.3º 0.61% 0.84% -
XYZ 38.2 22.98 66.71 -
YUV 132.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 196 84 215 0.09 0.61 0 0.16 291.3 0.62 0.59
Hex C4 54 D7 9 3D 0 10 123 3E 3B
Octal 304 124 327 11 75 0 20 443 76 73
Binary 11000100 1010100 11010111 1001 111101 0 10000 100100011 111110 111011

Color Harmonies of #C454D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454D7

Black with #C454D7

Text Example


Text Example

White with #C454D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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