Html Css Color HEX #C153CD Medium Orchid

📋 copy color: '#C153CD'

red 193 ◦ green 83 ◦ blue 205

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

Shades of Medium Orchid #C153CD

Tints of Medium Orchid #C153CD

RGB

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

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

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

R = 40.12%
G = 17.26%
B = 42.62%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C153CD (or 0xC153CD) is known color: Medium Orchid. HEX triplet: C1, 53 and CD. RGB value is (193,83,205). Sum of RGB (Red+Green+Blue) = 193+83+205=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #C153CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153CD is #3EAC32. Grayscale: #818181. Windows color (decimal): -4107315 or 13456321. OLE color: 13456321.

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

Color convert

RGB 193 83 205 -
CMYK 0.06 0.60 0 0.20
HSL 294.1º 0.55% 0.56% -
HSV(B) 294.1º 0.6% 0.8% -
XYZ 36.11 21.93 60.09 -
YUV 129.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 193 83 205 0.06 0.60 0 0.20 294.1 0.55 0.56
Hex C1 53 CD 6 3C 0 14 126 37 38
Octal 301 123 315 6 74 0 24 446 67 70
Binary 11000001 1010011 11001101 110 111100 0 10100 100100110 110111 111000

Color Harmonies of #C153CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153CD

Black with #C153CD

Text Example


Text Example

White with #C153CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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