Html Css Color HEX #C164CE Medium Orchid

📋 copy color: '#C164CE'

red 193 ◦ green 100 ◦ blue 206

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

Shades of Medium Orchid #C164CE

Tints of Medium Orchid #C164CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.04%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 38.68%
G = 20.04%
B = 41.28%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C164CE (or 0xC164CE) is known color: Medium Orchid. HEX triplet: C1, 64 and CE. RGB value is (193,100,206). Sum of RGB (Red+Green+Blue) = 193+100+206=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #C164CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164CE is #3E9B31. Grayscale: #8B8B8B. Windows color (decimal): -4102962 or 13526209. OLE color: 13526209.

HSL color Cylindrical-coordinate representation of color #C164CE: hue angle of 292.64º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C164CE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 100 206 -
CMYK 0.06 0.51 0 0.19
HSL 292.64º 0.52% 0.6% -
HSV(B) 292.64º 0.51% 0.81% -
XYZ 37.69 24.91 61.21 -
YUV 139.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 193 100 206 0.06 0.51 0 0.19 292.64 0.52 0.6
Hex C1 64 CE 6 33 0 13 125 34 3C
Octal 301 144 316 6 63 0 23 445 64 74
Binary 11000001 1100100 11001110 110 110011 0 10011 100100101 110100 111100

Color Harmonies of #C164CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164CE

Black with #C164CE

Text Example


Text Example

White with #C164CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164CE; }

 p { color: rgb(193,100,206); }

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

background-color css

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

 a { background-color: rgb(193,100,206); }

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

border-color css

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

 span { border-color: rgb(193,100,206); }

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