Html Css Color HEX #C15CCF Medium Orchid

📋 copy color: '#C15CCF'

red 193 ◦ green 92 ◦ blue 207

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

Shades of Medium Orchid #C15CCF

Tints of Medium Orchid #C15CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.7%

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

R = 39.23%
G = 18.7%
B = 42.07%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C15CCF (or 0xC15CCF) is known color: Medium Orchid. HEX triplet: C1, 5C and CF. RGB value is (193,92,207). Sum of RGB (Red+Green+Blue) = 193+92+207=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #C15CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CCF is #3EA330. Grayscale: #868686. Windows color (decimal): -4105009 or 13589697. OLE color: 13589697.

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

Color convert

RGB 193 92 207 -
CMYK 0.07 0.56 0 0.19
HSL 292.7º 0.55% 0.59% -
HSV(B) 292.7º 0.56% 0.81% -
XYZ 37.08 23.5 61.61 -
YUV 135.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 193 92 207 0.07 0.56 0 0.19 292.7 0.55 0.59
Hex C1 5C CF 7 38 0 13 125 37 3B
Octal 301 134 317 7 70 0 23 445 67 73
Binary 11000001 1011100 11001111 111 111000 0 10011 100100101 110111 111011

Color Harmonies of #C15CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CCF

Black with #C15CCF

Text Example


Text Example

White with #C15CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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