Html Css Color HEX #C17ADB Orchid

📋 copy color: '#C17ADB'

red 193 ◦ green 122 ◦ blue 219

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

Shades of Orchid #C17ADB

Tints of Orchid #C17ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.85%

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 36.14%
G = 22.85%
B = 41.01%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C17ADB (or 0xC17ADB) is known color: Orchid. HEX triplet: C1, 7A and DB. RGB value is (193,122,219). Sum of RGB (Red+Green+Blue) = 193+122+219=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #C17ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ADB is #3E8524. Grayscale: #999999. Windows color (decimal): -4097317 or 14383809. OLE color: 14383809.

HSL color Cylindrical-coordinate representation of color #C17ADB: hue angle of 283.92º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C17ADB is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 122 219 -
CMYK 0.12 0.44 0 0.14
HSL 283.92º 0.57% 0.67% -
HSV(B) 283.92º 0.44% 0.86% -
XYZ 41.74 30.37 70.68 -
YUV 154.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 193 122 219 0.12 0.44 0 0.14 283.92 0.57 0.67
Hex C1 7A DB C 2C 0 E 11C 39 43
Octal 301 172 333 14 54 0 16 434 71 103
Binary 11000001 1111010 11011011 1100 101100 0 1110 100011100 111001 1000011

Color Harmonies of #C17ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17ADB

Black with #C17ADB

Text Example


Text Example

White with #C17ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17ADB; }

 p { color: rgb(193,122,219); }

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

background-color css

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

 a { background-color: rgb(193,122,219); }

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

border-color css

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

 span { border-color: rgb(193,122,219); }

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