Html Css Color HEX #C15ACF Medium Orchid

📋 copy color: '#C15ACF'

red 193 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #C15ACF

Tints of Medium Orchid #C15ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.37%

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

R = 39.39%
G = 18.37%
B = 42.24%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C15ACF (or 0xC15ACF) is known color: Medium Orchid. HEX triplet: C1, 5A and CF. RGB value is (193,90,207). Sum of RGB (Red+Green+Blue) = 193+90+207=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #C15ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ACF is #3EA530. Grayscale: #858585. Windows color (decimal): -4105521 or 13589185. OLE color: 13589185.

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

Color convert

RGB 193 90 207 -
CMYK 0.07 0.57 0 0.19
HSL 292.82º 0.55% 0.58% -
HSV(B) 292.82º 0.57% 0.81% -
XYZ 36.91 23.15 61.56 -
YUV 134.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 193 90 207 0.07 0.57 0 0.19 292.82 0.55 0.58
Hex C1 5A CF 7 39 0 13 125 37 3A
Octal 301 132 317 7 71 0 23 445 67 72
Binary 11000001 1011010 11001111 111 111001 0 10011 100100101 110111 111010

Color Harmonies of #C15ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15ACF

Black with #C15ACF

Text Example


Text Example

White with #C15ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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