Html Css Color HEX #C17ADD Orchid

📋 copy color: '#C17ADD'

red 193 ◦ green 122 ◦ blue 221

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

Shades of Orchid #C17ADD

Tints of Orchid #C17ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 36.01%
G = 22.76%
B = 41.23%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C17ADD (or 0xC17ADD) is known color: Orchid. HEX triplet: C1, 7A and DD. RGB value is (193,122,221). Sum of RGB (Red+Green+Blue) = 193+122+221=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #C17ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ADD is #3E8522. Grayscale: #9A9A9A. Windows color (decimal): -4097315 or 14514881. OLE color: 14514881.

HSL color Cylindrical-coordinate representation of color #C17ADD: hue angle of 283.03º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C17ADD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 122 221 -
CMYK 0.13 0.45 0 0.13
HSL 283.03º 0.59% 0.67% -
HSV(B) 283.03º 0.45% 0.87% -
XYZ 42 30.48 72.08 -
YUV 154.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 193 122 221 0.13 0.45 0 0.13 283.03 0.59 0.67
Hex C1 7A DD D 2D 0 D 11B 3B 43
Octal 301 172 335 15 55 0 15 433 73 103
Binary 11000001 1111010 11011101 1101 101101 0 1101 100011011 111011 1000011

Color Harmonies of #C17ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17ADD

Black with #C17ADD

Text Example


Text Example

White with #C17ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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