Html Css Color HEX #C17ACC Orchid

📋 copy color: '#C17ACC'

red 193 ◦ green 122 ◦ blue 204

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

Shades of Orchid #C17ACC

Tints of Orchid #C17ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 37.19%
G = 23.51%
B = 39.31%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C17ACC (or 0xC17ACC) is known color: Orchid. HEX triplet: C1, 7A and CC. RGB value is (193,122,204). Sum of RGB (Red+Green+Blue) = 193+122+204=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #C17ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ACC is #3E8533. Grayscale: #989898. Windows color (decimal): -4097332 or 13400769. OLE color: 13400769.

HSL color Cylindrical-coordinate representation of color #C17ACC: hue angle of 291.95º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17ACC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 122 204 -
CMYK 0.05 0.40 0 0.2
HSL 291.95º 0.45% 0.64% -
HSV(B) 291.95º 0.4% 0.8% -
XYZ 39.85 29.62 60.74 -
YUV 152.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 193 122 204 0.05 0.40 0 0.2 291.95 0.45 0.64
Hex C1 7A CC 5 28 0 14 124 2D 40
Octal 301 172 314 5 50 0 24 444 55 100
Binary 11000001 1111010 11001100 101 101000 0 10100 100100100 101101 1000000

Color Harmonies of #C17ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17ACC

Black with #C17ACC

Text Example


Text Example

White with #C17ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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