Html Css Color HEX #C169EA Medium Orchid

📋 copy color: '#C169EA'

red 193 ◦ green 105 ◦ blue 234

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

Shades of Medium Orchid #C169EA

Tints of Medium Orchid #C169EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.98%

R = 36.28%
G = 19.74%
B = 43.98%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C169EA (or 0xC169EA) is known color: Medium Orchid. HEX triplet: C1, 69 and EA. RGB value is (193,105,234). Sum of RGB (Red+Green+Blue) = 193+105+234=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #C169EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C169EA is #3E9615. Grayscale: #919191. Windows color (decimal): -4101654 or 15362497. OLE color: 15362497.

HSL color Cylindrical-coordinate representation of color #C169EA: hue angle of 280.93º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C169EA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 105 234 -
CMYK 0.18 0.55 0 0.08
HSL 280.93º 0.75% 0.66% -
HSV(B) 280.93º 0.55% 0.92% -
XYZ 41.9 27.38 80.92 -
YUV 146.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 193 105 234 0.18 0.55 0 0.08 280.93 0.75 0.66
Hex C1 69 EA 12 37 0 8 119 4B 42
Octal 301 151 352 22 67 0 10 431 113 102
Binary 11000001 1101001 11101010 10010 110111 0 1000 100011001 1001011 1000010

Color Harmonies of #C169EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C169EA

Black with #C169EA

Text Example


Text Example

White with #C169EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C169EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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