Html Css Color HEX #C17ABF Orchid

📋 copy color: '#C17ABF'

red 193 ◦ green 122 ◦ blue 191

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

Shades of Orchid #C17ABF

Tints of Orchid #C17ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.75%

R = 38.14%
G = 24.11%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C17ABF (or 0xC17ABF) is known color: Orchid. HEX triplet: C1, 7A and BF. RGB value is (193,122,191). Sum of RGB (Red+Green+Blue) = 193+122+191=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C17ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ABF is #3E8540. Grayscale: #969696. Windows color (decimal): -4097345 or 12548801. OLE color: 12548801.

HSL color Cylindrical-coordinate representation of color #C17ABF: hue angle of 301.69º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17ABF is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 122 191 -
CMYK 0 0.37 0.01 0.24
HSL 301.69º 0.36% 0.62% -
HSV(B) 301.69º 0.37% 0.76% -
XYZ 38.36 29.02 52.87 -
YUV 151.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 193 122 191 0 0.37 0.01 0.24 301.69 0.36 0.62
Hex C1 7A BF 0 25 1 18 12E 24 3E
Octal 301 172 277 0 45 1 30 456 44 76
Binary 11000001 1111010 10111111 0 100101 1 11000 100101110 100100 111110

Color Harmonies of #C17ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17ABF

Black with #C17ABF

Text Example


Text Example

White with #C17ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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