Html Css Color HEX #C17AD3 Orchid

📋 copy color: '#C17AD3'

red 193 ◦ green 122 ◦ blue 211

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

Shades of Orchid #C17AD3

Tints of Orchid #C17AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.11%

R = 36.69%
G = 23.19%
B = 40.11%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C17AD3 (or 0xC17AD3) is known color: Orchid. HEX triplet: C1, 7A and D3. RGB value is (193,122,211). Sum of RGB (Red+Green+Blue) = 193+122+211=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #C17AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17AD3 is #3E852C. Grayscale: #999999. Windows color (decimal): -4097325 or 13859521. OLE color: 13859521.

HSL color Cylindrical-coordinate representation of color #C17AD3: hue angle of 287.87º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17AD3 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 122 211 -
CMYK 0.09 0.42 0 0.17
HSL 287.87º 0.5% 0.65% -
HSV(B) 287.87º 0.42% 0.83% -
XYZ 40.71 29.96 65.27 -
YUV 153.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 193 122 211 0.09 0.42 0 0.17 287.87 0.5 0.65
Hex C1 7A D3 9 2A 0 11 120 32 41
Octal 301 172 323 11 52 0 21 440 62 101
Binary 11000001 1111010 11010011 1001 101010 0 10001 100100000 110010 1000001

Color Harmonies of #C17AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17AD3

Black with #C17AD3

Text Example


Text Example

White with #C17AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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