Html Css Color HEX #C154CD Medium Orchid

📋 copy color: '#C154CD'

red 193 ◦ green 84 ◦ blue 205

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

Shades of Medium Orchid #C154CD

Tints of Medium Orchid #C154CD

RGB

 RED value IS 193 (75.78% from 255) = 40.04%

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 40.04%
G = 17.43%
B = 42.53%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C154CD (or 0xC154CD) is known color: Medium Orchid. HEX triplet: C1, 54 and CD. RGB value is (193,84,205). Sum of RGB (Red+Green+Blue) = 193+84+205=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #C154CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154CD is #3EAB32. Grayscale: #828282. Windows color (decimal): -4107059 or 13456577. OLE color: 13456577.

HSL color Cylindrical-coordinate representation of color #C154CD: hue angle of 294.05º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C154CD is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 84 205 -
CMYK 0.06 0.59 0 0.20
HSL 294.05º 0.55% 0.57% -
HSV(B) 294.05º 0.59% 0.8% -
XYZ 36.18 22.09 60.11 -
YUV 130.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 193 84 205 0.06 0.59 0 0.20 294.05 0.55 0.57
Hex C1 54 CD 6 3B 0 14 126 37 39
Octal 301 124 315 6 73 0 24 446 67 71
Binary 11000001 1010100 11001101 110 111011 0 10100 100100110 110111 111001

Color Harmonies of #C154CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154CD

Black with #C154CD

Text Example


Text Example

White with #C154CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154CD; }

 p { color: rgb(193,84,205); }

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

background-color css

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

 a { background-color: rgb(193,84,205); }

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

border-color css

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

 span { border-color: rgb(193,84,205); }

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