Html Css Color HEX #C47AD5 Orchid

📋 copy color: '#C47AD5'

red 196 ◦ green 122 ◦ blue 213

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

Shades of Orchid #C47AD5

Tints of Orchid #C47AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.11%

R = 36.91%
G = 22.98%
B = 40.11%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C47AD5 (or 0xC47AD5) is known color: Orchid. HEX triplet: C4, 7A and D5. RGB value is (196,122,213). Sum of RGB (Red+Green+Blue) = 196+122+213=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #C47AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AD5 is #3B852A. Grayscale: #9A9A9A. Windows color (decimal): -3900715 or 13990596. OLE color: 13990596.

HSL color Cylindrical-coordinate representation of color #C47AD5: hue angle of 288.79º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47AD5 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 122 213 -
CMYK 0.08 0.43 0 0.16
HSL 288.79º 0.52% 0.66% -
HSV(B) 288.79º 0.43% 0.84% -
XYZ 41.73 30.46 66.63 -
YUV 154.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 196 122 213 0.08 0.43 0 0.16 288.79 0.52 0.66
Hex C4 7A D5 8 2B 0 10 121 34 42
Octal 304 172 325 10 53 0 20 441 64 102
Binary 11000100 1111010 11010101 1000 101011 0 10000 100100001 110100 1000010

Color Harmonies of #C47AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AD5

Black with #C47AD5

Text Example


Text Example

White with #C47AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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