Html Css Color HEX #C17ABD Orchid

📋 copy color: '#C17ABD'

red 193 ◦ green 122 ◦ blue 189

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

Shades of Orchid #C17ABD

Tints of Orchid #C17ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 38.29%
G = 24.21%
B = 37.5%

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

#C17ABD (or 0xC17ABD) is known color: Orchid. HEX triplet: C1, 7A and BD. RGB value is (193,122,189). Sum of RGB (Red+Green+Blue) = 193+122+189=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C17ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ABD is #3E8542. Grayscale: #969696. Windows color (decimal): -4097347 or 12417729. OLE color: 12417729.

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

Color convert

RGB 193 122 189 -
CMYK 0 0.37 0.02 0.24
HSL 303.38º 0.36% 0.62% -
HSV(B) 303.38º 0.37% 0.76% -
XYZ 38.14 28.93 51.72 -
YUV 150.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 193 122 189 0 0.37 0.02 0.24 303.38 0.36 0.62
Hex C1 7A BD 0 25 2 18 12F 24 3E
Octal 301 172 275 0 45 2 30 457 44 76
Binary 11000001 1111010 10111101 0 100101 10 11000 100101111 100100 111110

Color Harmonies of #C17ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17ABD

Black with #C17ABD

Text Example


Text Example

White with #C17ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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