Html Css Color HEX #C152CE Medium Orchid

📋 copy color: '#C152CE'

red 193 ◦ green 82 ◦ blue 206

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

Shades of Medium Orchid #C152CE

Tints of Medium Orchid #C152CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 40.12%
G = 17.05%
B = 42.83%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C152CE (or 0xC152CE) is known color: Medium Orchid. HEX triplet: C1, 52 and CE. RGB value is (193,82,206). Sum of RGB (Red+Green+Blue) = 193+82+206=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #C152CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152CE is #3EAD31. Grayscale: #808080. Windows color (decimal): -4107570 or 13521601. OLE color: 13521601.

HSL color Cylindrical-coordinate representation of color #C152CE: hue angle of 293.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C152CE is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 82 206 -
CMYK 0.06 0.60 0 0.19
HSL 293.71º 0.56% 0.56% -
HSV(B) 293.71º 0.6% 0.81% -
XYZ 36.15 21.83 60.7 -
YUV 129.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 193 82 206 0.06 0.60 0 0.19 293.71 0.56 0.56
Hex C1 52 CE 6 3C 0 13 126 38 38
Octal 301 122 316 6 74 0 23 446 70 70
Binary 11000001 1010010 11001110 110 111100 0 10011 100100110 111000 111000

Color Harmonies of #C152CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152CE

Black with #C152CE

Text Example


Text Example

White with #C152CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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