Html Css Color HEX #C47DC6 Orchid

📋 copy color: '#C47DC6'

red 196 ◦ green 125 ◦ blue 198

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

Shades of Orchid #C47DC6

Tints of Orchid #C47DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.08%

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

R = 37.76%
G = 24.08%
B = 38.15%

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

#C47DC6 (or 0xC47DC6) is known color: Orchid. HEX triplet: C4, 7D and C6. RGB value is (196,125,198). Sum of RGB (Red+Green+Blue) = 196+125+198=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #C47DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DC6 is #3B8239. Grayscale: #9A9A9A. Windows color (decimal): -3899962 or 13008324. OLE color: 13008324.

HSL color Cylindrical-coordinate representation of color #C47DC6: hue angle of 298.36º 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 #C47DC6 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 125 198 -
CMYK 0.01 0.37 0 0.22
HSL 298.36º 0.39% 0.63% -
HSV(B) 298.36º 0.37% 0.78% -
XYZ 40.29 30.48 57.19 -
YUV 154.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 196 125 198 0.01 0.37 0 0.22 298.36 0.39 0.63
Hex C4 7D C6 1 25 0 16 12A 27 3F
Octal 304 175 306 1 45 0 26 452 47 77
Binary 11000100 1111101 11000110 1 100101 0 10110 100101010 100111 111111

Color Harmonies of #C47DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DC6

Black with #C47DC6

Text Example


Text Example

White with #C47DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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