Html Css Color HEX #C17AC4 Orchid

📋 copy color: '#C17AC4'

red 193 ◦ green 122 ◦ blue 196

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

Shades of Orchid #C17AC4

Tints of Orchid #C17AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.36%

R = 37.77%
G = 23.87%
B = 38.36%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C17AC4 (or 0xC17AC4) is known color: Orchid. HEX triplet: C1, 7A and C4. RGB value is (193,122,196). Sum of RGB (Red+Green+Blue) = 193+122+196=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #C17AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17AC4 is #3E853B. Grayscale: #979797. Windows color (decimal): -4097340 or 12876481. OLE color: 12876481.

HSL color Cylindrical-coordinate representation of color #C17AC4: hue angle of 297.57º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C17AC4 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 122 196 -
CMYK 0.02 0.38 0 0.23
HSL 297.57º 0.39% 0.62% -
HSV(B) 297.57º 0.38% 0.77% -
XYZ 38.92 29.24 55.82 -
YUV 151.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 193 122 196 0.02 0.38 0 0.23 297.57 0.39 0.62
Hex C1 7A C4 2 26 0 17 12A 27 3E
Octal 301 172 304 2 46 0 27 452 47 76
Binary 11000001 1111010 11000100 10 100110 0 10111 100101010 100111 111110

Color Harmonies of #C17AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17AC4

Black with #C17AC4

Text Example


Text Example

White with #C17AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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