Html Css Color HEX #C169CC Medium Orchid

📋 copy color: '#C169CC'

red 193 ◦ green 105 ◦ blue 204

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

Shades of Medium Orchid #C169CC

Tints of Medium Orchid #C169CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 38.45%
G = 20.92%
B = 40.64%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C169CC (or 0xC169CC) is known color: Medium Orchid. HEX triplet: C1, 69 and CC. RGB value is (193,105,204). Sum of RGB (Red+Green+Blue) = 193+105+204=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #C169CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169CC is #3E9633. Grayscale: #8E8E8E. Windows color (decimal): -4101684 or 13396417. OLE color: 13396417.

HSL color Cylindrical-coordinate representation of color #C169CC: hue angle of 293.33º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C169CC is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 105 204 -
CMYK 0.05 0.49 0 0.2
HSL 293.33º 0.49% 0.61% -
HSV(B) 293.33º 0.49% 0.8% -
XYZ 37.94 25.8 60.11 -
YUV 142.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 193 105 204 0.05 0.49 0 0.2 293.33 0.49 0.61
Hex C1 69 CC 5 31 0 14 125 31 3D
Octal 301 151 314 5 61 0 24 445 61 75
Binary 11000001 1101001 11001100 101 110001 0 10100 100100101 110001 111101

Color Harmonies of #C169CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C169CC

Black with #C169CC

Text Example


Text Example

White with #C169CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C169CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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