Html Css Color HEX #C152CD Medium Orchid

📋 copy color: '#C152CD'

red 193 ◦ green 82 ◦ blue 205

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

Shades of Medium Orchid #C152CD

Tints of Medium Orchid #C152CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 40.21%
G = 17.08%
B = 42.71%

CMYK

 C value IS 0.06

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C152CD (or 0xC152CD) is known color: Medium Orchid. HEX triplet: C1, 52 and CD. RGB value is (193,82,205). Sum of RGB (Red+Green+Blue) = 193+82+205=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #C152CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152CD is #3EAD32. Grayscale: #808080. Windows color (decimal): -4107571 or 13456065. OLE color: 13456065.

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

Color convert

RGB 193 82 205 -
CMYK 0.06 0.6 0 0.20
HSL 294.15º 0.55% 0.56% -
HSV(B) 294.15º 0.6% 0.8% -
XYZ 36.03 21.78 60.06 -
YUV 129.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 193 82 205 0.06 0.6 0 0.20 294.15 0.55 0.56
Hex C1 52 CD 6 3C 0 14 126 37 38
Octal 301 122 315 6 74 0 24 446 67 70
Binary 11000001 1010010 11001101 110 111100 0 10100 100100110 110111 111000

Color Harmonies of #C152CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152CD

Black with #C152CD

Text Example


Text Example

White with #C152CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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