Html Css Color HEX #C15ACD Medium Orchid

📋 copy color: '#C15ACD'

red 193 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #C15ACD

Tints of Medium Orchid #C15ACD

RGB

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

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

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

R = 39.55%
G = 18.44%
B = 42.01%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C15ACD (or 0xC15ACD) is known color: Medium Orchid. HEX triplet: C1, 5A and CD. RGB value is (193,90,205). Sum of RGB (Red+Green+Blue) = 193+90+205=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #C15ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ACD is #3EA532. Grayscale: #858585. Windows color (decimal): -4105523 or 13458113. OLE color: 13458113.

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

Color convert

RGB 193 90 205 -
CMYK 0.06 0.56 0 0.20
HSL 293.74º 0.53% 0.58% -
HSV(B) 293.74º 0.56% 0.8% -
XYZ 36.67 23.06 60.28 -
YUV 133.91 168.12 170.15 -
System Red Green Blue C M Y K H S L
Decimal 193 90 205 0.06 0.56 0 0.20 293.74 0.53 0.58
Hex C1 5A CD 6 38 0 14 126 35 3A
Octal 301 132 315 6 70 0 24 446 65 72
Binary 11000001 1011010 11001101 110 111000 0 10100 100100110 110101 111010

Color Harmonies of #C15ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15ACD

Black with #C15ACD

Text Example


Text Example

White with #C15ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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