Html Css Color HEX #C47AE0 Orchid

📋 copy color: '#C47AE0'

red 196 ◦ green 122 ◦ blue 224

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

Shades of Orchid #C47AE0

Tints of Orchid #C47AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 36.16%
G = 22.51%
B = 41.33%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C47AE0 (or 0xC47AE0) is known color: Orchid. HEX triplet: C4, 7A and E0. RGB value is (196,122,224). Sum of RGB (Red+Green+Blue) = 196+122+224=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #C47AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AE0 is #3B851F. Grayscale: #9B9B9B. Windows color (decimal): -3900704 or 14711492. OLE color: 14711492.

HSL color Cylindrical-coordinate representation of color #C47AE0: hue angle of 283.53º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C47AE0 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 122 224 -
CMYK 0.12 0.46 0 0.12
HSL 283.53º 0.62% 0.68% -
HSV(B) 283.53º 0.46% 0.88% -
XYZ 43.18 31.04 74.24 -
YUV 155.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 196 122 224 0.12 0.46 0 0.12 283.53 0.62 0.68
Hex C4 7A E0 C 2E 0 C 11C 3E 44
Octal 304 172 340 14 56 0 14 434 76 104
Binary 11000100 1111010 11100000 1100 101110 0 1100 100011100 111110 1000100

Color Harmonies of #C47AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AE0

Black with #C47AE0

Text Example


Text Example

White with #C47AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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