Html Css Color HEX #C152CF Medium Orchid

📋 copy color: '#C152CF'

red 193 ◦ green 82 ◦ blue 207

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

Shades of Medium Orchid #C152CF

Tints of Medium Orchid #C152CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 40.04%
G = 17.01%
B = 42.95%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C152CF (or 0xC152CF) is known color: Medium Orchid. HEX triplet: C1, 52 and CF. RGB value is (193,82,207). Sum of RGB (Red+Green+Blue) = 193+82+207=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #C152CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152CF is #3EAD30. Grayscale: #818181. Windows color (decimal): -4107569 or 13587137. OLE color: 13587137.

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

Color convert

RGB 193 82 207 -
CMYK 0.07 0.60 0 0.19
HSL 293.28º 0.57% 0.57% -
HSV(B) 293.28º 0.6% 0.81% -
XYZ 36.27 21.88 61.34 -
YUV 129.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 193 82 207 0.07 0.60 0 0.19 293.28 0.57 0.57
Hex C1 52 CF 7 3C 0 13 125 39 39
Octal 301 122 317 7 74 0 23 445 71 71
Binary 11000001 1010010 11001111 111 111100 0 10011 100100101 111001 111001

Color Harmonies of #C152CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152CF

Black with #C152CF

Text Example


Text Example

White with #C152CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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