Html Css Color HEX #C17ABE Orchid

📋 copy color: '#C17ABE'

red 193 ◦ green 122 ◦ blue 190

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

Shades of Orchid #C17ABE

Tints of Orchid #C17ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 38.22%
G = 24.16%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C17ABE (or 0xC17ABE) is known color: Orchid. HEX triplet: C1, 7A and BE. RGB value is (193,122,190). Sum of RGB (Red+Green+Blue) = 193+122+190=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C17ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ABE is #3E8541. Grayscale: #969696. Windows color (decimal): -4097346 or 12483265. OLE color: 12483265.

HSL color Cylindrical-coordinate representation of color #C17ABE: hue angle of 302.54º 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 #C17ABE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 122 190 -
CMYK 0 0.37 0.02 0.24
HSL 302.54º 0.36% 0.62% -
HSV(B) 302.54º 0.37% 0.76% -
XYZ 38.25 28.97 52.29 -
YUV 150.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 193 122 190 0 0.37 0.02 0.24 302.54 0.36 0.62
Hex C1 7A BE 0 25 2 18 12F 24 3E
Octal 301 172 276 0 45 2 30 457 44 76
Binary 11000001 1111010 10111110 0 100101 10 11000 100101111 100100 111110

Color Harmonies of #C17ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17ABE

Black with #C17ABE

Text Example


Text Example

White with #C17ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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