Html Css Color HEX #C152DD Medium Orchid

📋 copy color: '#C152DD'

red 193 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #C152DD

Tints of Medium Orchid #C152DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 38.91%
G = 16.53%
B = 44.56%

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

#C152DD (or 0xC152DD) is known color: Medium Orchid. HEX triplet: C1, 52 and DD. RGB value is (193,82,221). Sum of RGB (Red+Green+Blue) = 193+82+221=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #C152DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152DD is #3EAD22. Grayscale: #828282. Windows color (decimal): -4107555 or 14504641. OLE color: 14504641.

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

Color convert

RGB 193 82 221 -
CMYK 0.13 0.63 0 0.13
HSL 287.91º 0.67% 0.59% -
HSV(B) 287.91º 0.63% 0.87% -
XYZ 38.06 22.59 70.76 -
YUV 131.04 178.77 172.2 -
System Red Green Blue C M Y K H S L
Decimal 193 82 221 0.13 0.63 0 0.13 287.91 0.67 0.59
Hex C1 52 DD D 3F 0 D 120 43 3B
Octal 301 122 335 15 77 0 15 440 103 73
Binary 11000001 1010010 11011101 1101 111111 0 1101 100100000 1000011 111011

Color Harmonies of #C152DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152DD

Black with #C152DD

Text Example


Text Example

White with #C152DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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