Html Css Color HEX #C17ADA Orchid

📋 copy color: '#C17ADA'

red 193 ◦ green 122 ◦ blue 218

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

Shades of Orchid #C17ADA

Tints of Orchid #C17ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 36.21%
G = 22.89%
B = 40.9%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C17ADA (or 0xC17ADA) is known color: Orchid. HEX triplet: C1, 7A and DA. RGB value is (193,122,218). Sum of RGB (Red+Green+Blue) = 193+122+218=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #C17ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ADA is #3E8525. Grayscale: #999999. Windows color (decimal): -4097318 or 14318273. OLE color: 14318273.

HSL color Cylindrical-coordinate representation of color #C17ADA: hue angle of 284.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C17ADA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 122 218 -
CMYK 0.11 0.44 0 0.15
HSL 284.38º 0.56% 0.67% -
HSV(B) 284.38º 0.44% 0.85% -
XYZ 41.61 30.32 69.99 -
YUV 154.17 164.02 155.69 -
System Red Green Blue C M Y K H S L
Decimal 193 122 218 0.11 0.44 0 0.15 284.38 0.56 0.67
Hex C1 7A DA B 2C 0 F 11C 38 43
Octal 301 172 332 13 54 0 17 434 70 103
Binary 11000001 1111010 11011010 1011 101100 0 1111 100011100 111000 1000011

Color Harmonies of #C17ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17ADA

Black with #C17ADA

Text Example


Text Example

White with #C17ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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