Html Css Color HEX #C47AC1 Orchid

📋 copy color: '#C47AC1'

red 196 ◦ green 122 ◦ blue 193

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

Shades of Orchid #C47AC1

Tints of Orchid #C47AC1

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

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

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

Color convert

RGB 196 122 193 -
CMYK 0 0.38 0.02 0.23
HSL 302.43º 0.39% 0.62% -
HSV(B) 302.43º 0.38% 0.77% -
XYZ 39.35 29.51 54.07 -
YUV 152.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 196 122 193 0 0.38 0.02 0.23 302.43 0.39 0.62
Hex C4 7A C1 0 26 2 17 12E 27 3E
Octal 304 172 301 0 46 2 27 456 47 76
Binary 11000100 1111010 11000001 0 100110 10 10111 100101110 100111 111110

Color Harmonies of #C47AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AC1

Black with #C47AC1

Text Example


Text Example

White with #C47AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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