Html Css Color HEX #C15CCC Medium Orchid

📋 copy color: '#C15CCC'

red 193 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #C15CCC

Tints of Medium Orchid #C15CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 39.47%
G = 18.81%
B = 41.72%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C15CCC (or 0xC15CCC) is known color: Medium Orchid. HEX triplet: C1, 5C and CC. RGB value is (193,92,204). Sum of RGB (Red+Green+Blue) = 193+92+204=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #C15CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CCC is #3EA333. Grayscale: #868686. Windows color (decimal): -4105012 or 13393089. OLE color: 13393089.

HSL color Cylindrical-coordinate representation of color #C15CCC: hue angle of 294.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15CCC is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 92 204 -
CMYK 0.05 0.55 0 0.2
HSL 294.11º 0.52% 0.58% -
HSV(B) 294.11º 0.55% 0.8% -
XYZ 36.72 23.35 59.7 -
YUV 134.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 193 92 204 0.05 0.55 0 0.2 294.11 0.52 0.58
Hex C1 5C CC 5 37 0 14 126 34 3A
Octal 301 134 314 5 67 0 24 446 64 72
Binary 11000001 1011100 11001100 101 110111 0 10100 100100110 110100 111010

Color Harmonies of #C15CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CCC

Black with #C15CCC

Text Example


Text Example

White with #C15CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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