Html Css Color HEX #C153DE Medium Orchid

📋 copy color: '#C153DE'

red 193 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #C153DE

Tints of Medium Orchid #C153DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 38.76%
G = 16.67%
B = 44.58%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C153DE (or 0xC153DE) is known color: Medium Orchid. HEX triplet: C1, 53 and DE. RGB value is (193,83,222). Sum of RGB (Red+Green+Blue) = 193+83+222=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #C153DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153DE is #3EAC21. Grayscale: #838383. Windows color (decimal): -4107298 or 14570433. OLE color: 14570433.

HSL color Cylindrical-coordinate representation of color #C153DE: hue angle of 287.48º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C153DE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 83 222 -
CMYK 0.13 0.63 0 0.13
HSL 287.48º 0.68% 0.6% -
HSV(B) 287.48º 0.63% 0.87% -
XYZ 38.27 22.8 71.49 -
YUV 131.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 193 83 222 0.13 0.63 0 0.13 287.48 0.68 0.6
Hex C1 53 DE D 3F 0 D 11F 44 3C
Octal 301 123 336 15 77 0 15 437 104 74
Binary 11000001 1010011 11011110 1101 111111 0 1101 100011111 1000100 111100

Color Harmonies of #C153DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153DE

Black with #C153DE

Text Example


Text Example

White with #C153DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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