Html Css Color HEX #C169D7 Medium Orchid

📋 copy color: '#C169D7'

red 193 ◦ green 105 ◦ blue 215

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

Shades of Medium Orchid #C169D7

Tints of Medium Orchid #C169D7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.47%

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 37.62%
G = 20.47%
B = 41.91%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C169D7 (or 0xC169D7) is known color: Medium Orchid. HEX triplet: C1, 69 and D7. RGB value is (193,105,215). Sum of RGB (Red+Green+Blue) = 193+105+215=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #C169D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169D7 is #3E9628. Grayscale: #8F8F8F. Windows color (decimal): -4101673 or 14117313. OLE color: 14117313.

HSL color Cylindrical-coordinate representation of color #C169D7: hue angle of 288º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C169D7 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 105 215 -
CMYK 0.10 0.51 0 0.16
HSL 288º 0.58% 0.63% -
HSV(B) 288º 0.51% 0.84% -
XYZ 39.31 26.35 67.3 -
YUV 143.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 193 105 215 0.10 0.51 0 0.16 288 0.58 0.63
Hex C1 69 D7 A 33 0 10 120 3A 3F
Octal 301 151 327 12 63 0 20 440 72 77
Binary 11000001 1101001 11010111 1010 110011 0 10000 100100000 111010 111111

Color Harmonies of #C169D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C169D7

Black with #C169D7

Text Example


Text Example

White with #C169D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C169D7; }

 p { color: rgb(193,105,215); }

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

background-color css

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

 a { background-color: rgb(193,105,215); }

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

border-color css

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

 span { border-color: rgb(193,105,215); }

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