Html Css Color HEX #C169CE Medium Orchid

📋 copy color: '#C169CE'

red 193 ◦ green 105 ◦ blue 206

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

Shades of Medium Orchid #C169CE

Tints of Medium Orchid #C169CE

RGB

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

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

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

R = 38.29%
G = 20.83%
B = 40.87%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C169CE (or 0xC169CE) is known color: Medium Orchid. HEX triplet: C1, 69 and CE. RGB value is (193,105,206). Sum of RGB (Red+Green+Blue) = 193+105+206=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #C169CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169CE is #3E9631. Grayscale: #8E8E8E. Windows color (decimal): -4101682 or 13527489. OLE color: 13527489.

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

Color convert

RGB 193 105 206 -
CMYK 0.06 0.49 0 0.19
HSL 292.28º 0.51% 0.61% -
HSV(B) 292.28º 0.49% 0.81% -
XYZ 38.18 25.9 61.38 -
YUV 142.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 193 105 206 0.06 0.49 0 0.19 292.28 0.51 0.61
Hex C1 69 CE 6 31 0 13 124 33 3D
Octal 301 151 316 6 61 0 23 444 63 75
Binary 11000001 1101001 11001110 110 110001 0 10011 100100100 110011 111101

Color Harmonies of #C169CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C169CE

Black with #C169CE

Text Example


Text Example

White with #C169CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C169CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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