Html Css Color HEX #C47AC8 Orchid

📋 copy color: '#C47AC8'

red 196 ◦ green 122 ◦ blue 200

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

Shades of Orchid #C47AC8

Tints of Orchid #C47AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.61%

R = 37.84%
G = 23.55%
B = 38.61%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C47AC8 (or 0xC47AC8) is known color: Orchid. HEX triplet: C4, 7A and C8. RGB value is (196,122,200). Sum of RGB (Red+Green+Blue) = 196+122+200=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 200 - color contains mainly: blue. Hex color #C47AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AC8 is #3B8537. Grayscale: #989898. Windows color (decimal): -3900728 or 13138628. OLE color: 13138628.

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

Color convert

RGB 196 122 200 -
CMYK 0.02 0.39 0 0.22
HSL 296.92º 0.41% 0.63% -
HSV(B) 296.92º 0.39% 0.78% -
XYZ 40.15 29.82 58.28 -
YUV 153.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 196 122 200 0.02 0.39 0 0.22 296.92 0.41 0.63
Hex C4 7A C8 2 27 0 16 129 29 3F
Octal 304 172 310 2 47 0 26 451 51 77
Binary 11000100 1111010 11001000 10 100111 0 10110 100101001 101001 111111

Color Harmonies of #C47AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AC8

Black with #C47AC8

Text Example


Text Example

White with #C47AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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