Html Css Color HEX #C153D8 Medium Orchid

📋 copy color: '#C153D8'

red 193 ◦ green 83 ◦ blue 216

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

Shades of Medium Orchid #C153D8

Tints of Medium Orchid #C153D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 39.23%
G = 16.87%
B = 43.9%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C153D8 (or 0xC153D8) is known color: Medium Orchid. HEX triplet: C1, 53 and D8. RGB value is (193,83,216). Sum of RGB (Red+Green+Blue) = 193+83+216=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #C153D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153D8 is #3EAC27. Grayscale: #828282. Windows color (decimal): -4107304 or 14177217. OLE color: 14177217.

HSL color Cylindrical-coordinate representation of color #C153D8: hue angle of 289.62º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C153D8 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 83 216 -
CMYK 0.11 0.62 0 0.15
HSL 289.62º 0.63% 0.59% -
HSV(B) 289.62º 0.62% 0.85% -
XYZ 37.48 22.48 67.33 -
YUV 131.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 193 83 216 0.11 0.62 0 0.15 289.62 0.63 0.59
Hex C1 53 D8 B 3E 0 F 122 3F 3B
Octal 301 123 330 13 76 0 17 442 77 73
Binary 11000001 1010011 11011000 1011 111110 0 1111 100100010 111111 111011

Color Harmonies of #C153D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153D8

Black with #C153D8

Text Example


Text Example

White with #C153D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153D8; }

 p { color: rgb(193,83,216); }

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

background-color css

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

 a { background-color: rgb(193,83,216); }

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

border-color css

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

 span { border-color: rgb(193,83,216); }

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