Html Css Color HEX #C47CC6 Orchid

📋 copy color: '#C47CC6'

red 196 ◦ green 124 ◦ blue 198

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

Shades of Orchid #C47CC6

Tints of Orchid #C47CC6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.94%

 BLUE value IS 198 (77.73% from 255) = 38.22%

R = 37.84%
G = 23.94%
B = 38.22%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C47CC6 (or 0xC47CC6) is known color: Orchid. HEX triplet: C4, 7C and C6. RGB value is (196,124,198). Sum of RGB (Red+Green+Blue) = 196+124+198=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #C47CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CC6 is #3B8339. Grayscale: #999999. Windows color (decimal): -3900218 or 13008068. OLE color: 13008068.

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

Color convert

RGB 196 124 198 -
CMYK 0.01 0.37 0 0.22
HSL 298.38º 0.39% 0.63% -
HSV(B) 298.38º 0.37% 0.78% -
XYZ 40.17 30.23 57.14 -
YUV 153.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 196 124 198 0.01 0.37 0 0.22 298.38 0.39 0.63
Hex C4 7C C6 1 25 0 16 12A 27 3F
Octal 304 174 306 1 45 0 26 452 47 77
Binary 11000100 1111100 11000110 1 100101 0 10110 100101010 100111 111111

Color Harmonies of #C47CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CC6

Black with #C47CC6

Text Example


Text Example

White with #C47CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CC6; }

 p { color: rgb(196,124,198); }

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

background-color css

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

 a { background-color: rgb(196,124,198); }

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

border-color css

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

 span { border-color: rgb(196,124,198); }

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