Html Css Color HEX #C47EBE Orchid

📋 copy color: '#C47EBE'

red 196 ◦ green 126 ◦ blue 190

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

Shades of Orchid #C47EBE

Tints of Orchid #C47EBE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.61%

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 38.28%
G = 24.61%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C47EBE (or 0xC47EBE) is known color: Orchid. HEX triplet: C4, 7E and BE. RGB value is (196,126,190). Sum of RGB (Red+Green+Blue) = 196+126+190=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C47EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47EBE is #3B8141. Grayscale: #9A9A9A. Windows color (decimal): -3899714 or 12484292. OLE color: 12484292.

HSL color Cylindrical-coordinate representation of color #C47EBE: hue angle of 305.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47EBE is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 126 190 -
CMYK 0 0.36 0.03 0.23
HSL 305.14º 0.37% 0.63% -
HSV(B) 305.14º 0.36% 0.77% -
XYZ 39.52 30.38 52.5 -
YUV 154.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 196 126 190 0 0.36 0.03 0.23 305.14 0.37 0.63
Hex C4 7E BE 0 24 3 17 131 25 3F
Octal 304 176 276 0 44 3 27 461 45 77
Binary 11000100 1111110 10111110 0 100100 11 10111 100110001 100101 111111

Color Harmonies of #C47EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47EBE

Black with #C47EBE

Text Example


Text Example

White with #C47EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47EBE; }

 p { color: rgb(196,126,190); }

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

background-color css

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

 a { background-color: rgb(196,126,190); }

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

border-color css

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

 span { border-color: rgb(196,126,190); }

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