Html Css Color HEX #C153D7 Medium Orchid

📋 copy color: '#C153D7'

red 193 ◦ green 83 ◦ blue 215

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

Shades of Medium Orchid #C153D7

Tints of Medium Orchid #C153D7

RGB

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

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

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

R = 39.31%
G = 16.9%
B = 43.79%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C153D7 (or 0xC153D7) is known color: Medium Orchid. HEX triplet: C1, 53 and D7. RGB value is (193,83,215). Sum of RGB (Red+Green+Blue) = 193+83+215=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #C153D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153D7 is #3EAC28. Grayscale: #828282. Windows color (decimal): -4107305 or 14111681. OLE color: 14111681.

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

Color convert

RGB 193 83 215 -
CMYK 0.10 0.61 0 0.16
HSL 290º 0.62% 0.58% -
HSV(B) 290º 0.61% 0.84% -
XYZ 37.35 22.43 66.65 -
YUV 130.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 193 83 215 0.10 0.61 0 0.16 290 0.62 0.58
Hex C1 53 D7 A 3D 0 10 122 3E 3A
Octal 301 123 327 12 75 0 20 442 76 72
Binary 11000001 1010011 11010111 1010 111101 0 10000 100100010 111110 111010

Color Harmonies of #C153D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153D7

Black with #C153D7

Text Example


Text Example

White with #C153D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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