Html Css Color HEX #C153EB Medium Orchid

📋 copy color: '#C153EB'

red 193 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #C153EB

Tints of Medium Orchid #C153EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 37.77%
G = 16.24%
B = 45.99%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C153EB (or 0xC153EB) is known color: Medium Orchid. HEX triplet: C1, 53 and EB. RGB value is (193,83,235). Sum of RGB (Red+Green+Blue) = 193+83+235=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C153EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C153EB is #3EAC14. Grayscale: #848484. Windows color (decimal): -4107285 or 15422401. OLE color: 15422401.

HSL color Cylindrical-coordinate representation of color #C153EB: hue angle of 283.42º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C153EB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 83 235 -
CMYK 0.18 0.65 0 0.08
HSL 283.42º 0.79% 0.62% -
HSV(B) 283.42º 0.65% 0.92% -
XYZ 40.08 23.52 81.02 -
YUV 133.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 193 83 235 0.18 0.65 0 0.08 283.42 0.79 0.62
Hex C1 53 EB 12 41 0 8 11B 4F 3E
Octal 301 123 353 22 101 0 10 433 117 76
Binary 11000001 1010011 11101011 10010 1000001 0 1000 100011011 1001111 111110

Color Harmonies of #C153EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153EB

Black with #C153EB

Text Example


Text Example

White with #C153EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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