Html Css Color HEX #C47AC9 Orchid

📋 copy color: '#C47AC9'

red 196 ◦ green 122 ◦ blue 201

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

Shades of Orchid #C47AC9

Tints of Orchid #C47AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.73%

R = 37.76%
G = 23.51%
B = 38.73%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C47AC9 (or 0xC47AC9) is known color: Orchid. HEX triplet: C4, 7A and C9. RGB value is (196,122,201). Sum of RGB (Red+Green+Blue) = 196+122+201=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #C47AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AC9 is #3B8536. Grayscale: #989898. Windows color (decimal): -3900727 or 13204164. OLE color: 13204164.

HSL color Cylindrical-coordinate representation of color #C47AC9: hue angle of 296.2º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47AC9 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 122 201 -
CMYK 0.02 0.39 0 0.21
HSL 296.2º 0.42% 0.63% -
HSV(B) 296.2º 0.39% 0.79% -
XYZ 40.27 29.87 58.9 -
YUV 153.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 196 122 201 0.02 0.39 0 0.21 296.2 0.42 0.63
Hex C4 7A C9 2 27 0 15 128 2A 3F
Octal 304 172 311 2 47 0 25 450 52 77
Binary 11000100 1111010 11001001 10 100111 0 10101 100101000 101010 111111

Color Harmonies of #C47AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AC9

Black with #C47AC9

Text Example


Text Example

White with #C47AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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