Html Css Color HEX #C169CB Medium Orchid

📋 copy color: '#C169CB'

red 193 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #C169CB

Tints of Medium Orchid #C169CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 38.52%
G = 20.96%
B = 40.52%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C169CB (or 0xC169CB) is known color: Medium Orchid. HEX triplet: C1, 69 and CB. RGB value is (193,105,203). Sum of RGB (Red+Green+Blue) = 193+105+203=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #C169CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169CB is #3E9634. Grayscale: #8E8E8E. Windows color (decimal): -4101685 or 13330881. OLE color: 13330881.

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

Color convert

RGB 193 105 203 -
CMYK 0.05 0.48 0 0.20
HSL 293.88º 0.49% 0.6% -
HSV(B) 293.88º 0.48% 0.8% -
XYZ 37.82 25.75 59.48 -
YUV 142.48 162.15 164.03 -
System Red Green Blue C M Y K H S L
Decimal 193 105 203 0.05 0.48 0 0.20 293.88 0.49 0.6
Hex C1 69 CB 5 30 0 14 126 31 3C
Octal 301 151 313 5 60 0 24 446 61 74
Binary 11000001 1101001 11001011 101 110000 0 10100 100100110 110001 111100

Color Harmonies of #C169CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C169CB

Black with #C169CB

Text Example


Text Example

White with #C169CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C169CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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