Html Css Color HEX #C15FEA Medium Orchid

📋 copy color: '#C15FEA'

red 193 ◦ green 95 ◦ blue 234

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

Shades of Medium Orchid #C15FEA

Tints of Medium Orchid #C15FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.2%

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 36.97%
G = 18.2%
B = 44.83%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C15FEA (or 0xC15FEA) is known color: Medium Orchid. HEX triplet: C1, 5F and EA. RGB value is (193,95,234). Sum of RGB (Red+Green+Blue) = 193+95+234=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #C15FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15FEA is #3EA015. Grayscale: #8B8B8B. Windows color (decimal): -4104214 or 15359937. OLE color: 15359937.

HSL color Cylindrical-coordinate representation of color #C15FEA: hue angle of 282.3º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15FEA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 95 234 -
CMYK 0.18 0.59 0 0.08
HSL 282.3º 0.77% 0.65% -
HSV(B) 282.3º 0.59% 0.92% -
XYZ 40.94 25.46 80.6 -
YUV 140.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 193 95 234 0.18 0.59 0 0.08 282.3 0.77 0.65
Hex C1 5F EA 12 3B 0 8 11A 4D 41
Octal 301 137 352 22 73 0 10 432 115 101
Binary 11000001 1011111 11101010 10010 111011 0 1000 100011010 1001101 1000001

Color Harmonies of #C15FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FEA

Black with #C15FEA

Text Example


Text Example

White with #C15FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FEA; }

 p { color: rgb(193,95,234); }

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

background-color css

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

 a { background-color: rgb(193,95,234); }

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

border-color css

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

 span { border-color: rgb(193,95,234); }

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