Html Css Color HEX #C152DE Medium Orchid

📋 copy color: '#C152DE'

red 193 ◦ green 82 ◦ blue 222

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

Shades of Medium Orchid #C152DE

Tints of Medium Orchid #C152DE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.5%

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

R = 38.83%
G = 16.5%
B = 44.67%

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

#C152DE (or 0xC152DE) is known color: Medium Orchid. HEX triplet: C1, 52 and DE. RGB value is (193,82,222). Sum of RGB (Red+Green+Blue) = 193+82+222=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #C152DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152DE is #3EAD21. Grayscale: #828282. Windows color (decimal): -4107554 or 14570177. OLE color: 14570177.

HSL color Cylindrical-coordinate representation of color #C152DE: hue angle of 287.57º 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 #C152DE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 82 222 -
CMYK 0.13 0.63 0 0.13
HSL 287.57º 0.68% 0.6% -
HSV(B) 287.57º 0.63% 0.87% -
XYZ 38.19 22.65 71.47 -
YUV 131.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 193 82 222 0.13 0.63 0 0.13 287.57 0.68 0.6
Hex C1 52 DE D 3F 0 D 120 44 3C
Octal 301 122 336 15 77 0 15 440 104 74
Binary 11000001 1010010 11011110 1101 111111 0 1101 100100000 1000100 111100

Color Harmonies of #C152DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152DE

Black with #C152DE

Text Example


Text Example

White with #C152DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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