Html Css Color HEX #C169EE Medium Orchid

📋 copy color: '#C169EE'

red 193 ◦ green 105 ◦ blue 238

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

Shades of Medium Orchid #C169EE

Tints of Medium Orchid #C169EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 36.01%
G = 19.59%
B = 44.4%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C169EE (or 0xC169EE) is known color: Medium Orchid. HEX triplet: C1, 69 and EE. RGB value is (193,105,238). Sum of RGB (Red+Green+Blue) = 193+105+238=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #C169EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C169EE is #3E9611. Grayscale: #929292. Windows color (decimal): -4101650 or 15624641. OLE color: 15624641.

HSL color Cylindrical-coordinate representation of color #C169EE: hue angle of 279.7º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C169EE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 105 238 -
CMYK 0.19 0.56 0 0.07
HSL 279.7º 0.8% 0.67% -
HSV(B) 279.7º 0.56% 0.93% -
XYZ 42.48 27.61 83.98 -
YUV 146.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 193 105 238 0.19 0.56 0 0.07 279.7 0.8 0.67
Hex C1 69 EE 13 38 0 7 118 50 43
Octal 301 151 356 23 70 0 7 430 120 103
Binary 11000001 1101001 11101110 10011 111000 0 111 100011000 1010000 1000011

Color Harmonies of #C169EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C169EE

Black with #C169EE

Text Example


Text Example

White with #C169EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C169EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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