Html Css Color HEX #C152DF Medium Orchid

📋 copy color: '#C152DF'

red 193 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #C152DF

Tints of Medium Orchid #C152DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 38.76%
G = 16.47%
B = 44.78%

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

#C152DF (or 0xC152DF) is known color: Medium Orchid. HEX triplet: C1, 52 and DF. RGB value is (193,82,223). Sum of RGB (Red+Green+Blue) = 193+82+223=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #C152DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152DF is #3EAD20. Grayscale: #828282. Windows color (decimal): -4107553 or 14635713. OLE color: 14635713.

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

Color convert

RGB 193 82 223 -
CMYK 0.13 0.63 0 0.13
HSL 287.23º 0.69% 0.6% -
HSV(B) 287.23º 0.63% 0.87% -
XYZ 38.33 22.7 72.17 -
YUV 131.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 193 82 223 0.13 0.63 0 0.13 287.23 0.69 0.6
Hex C1 52 DF D 3F 0 D 11F 45 3C
Octal 301 122 337 15 77 0 15 437 105 74
Binary 11000001 1010010 11011111 1101 111111 0 1101 100011111 1000101 111100

Color Harmonies of #C152DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152DF

Black with #C152DF

Text Example


Text Example

White with #C152DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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